summaryrefslogtreecommitdiffstats
path: root/src/server/Driver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/Driver.hpp')
-rw-r--r--src/server/Driver.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/server/Driver.hpp b/src/server/Driver.hpp
index a34fc6f5..52adbdc9 100644
--- a/src/server/Driver.hpp
+++ b/src/server/Driver.hpp
@@ -89,6 +89,10 @@ public:
/** Return true iff the driver is running in real-time mode */
virtual bool is_realtime() const = 0;
+
+ /** Append time events for this cycle to @p buffer. */
+ virtual void append_time_events(ProcessContext& context,
+ Buffer& buffer) = 0;
};
} // namespace Server