summaryrefslogtreecommitdiffstats
path: root/src/server/PostProcessor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/PostProcessor.hpp')
-rw-r--r--src/server/PostProcessor.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/PostProcessor.hpp b/src/server/PostProcessor.hpp
index 31f49ad4..2bd6036f 100644
--- a/src/server/PostProcessor.hpp
+++ b/src/server/PostProcessor.hpp
@@ -54,6 +54,9 @@ public:
/** Post-process and delete all pending events */
void process();
+ /** Return true iff any events are pending */
+ bool pending() const;
+
/** Set the latest event time that should be post-processed */
void set_end_time(FrameTime time) { _max_time = time; }