summaryrefslogtreecommitdiffstats
path: root/src/server/Context.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-07-26 16:38:44 +0000
committerDavid Robillard <d@drobilla.net>2012-07-26 16:38:44 +0000
commit024d857f0dc239726cc8c042e8b9296e8886af7d (patch)
tree3591b5ac01607b8879342ea8657285f2fecc9abf /src/server/Context.hpp
parent1b38b8bc4e4e5ca9250cca15bb547ce926b0592e (diff)
downloadingen-024d857f0dc239726cc8c042e8b9296e8886af7d.tar.gz
ingen-024d857f0dc239726cc8c042e8b9296e8886af7d.tar.bz2
ingen-024d857f0dc239726cc8c042e8b9296e8886af7d.zip
Fix post processor ordering to be correctly monotonic between both pre-processed events and notifications.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4560 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/server/Context.hpp')
-rw-r--r--src/server/Context.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/Context.hpp b/src/server/Context.hpp
index bd740504..caebd7a4 100644
--- a/src/server/Context.hpp
+++ b/src/server/Context.hpp
@@ -62,7 +62,7 @@ public:
const void* body = NULL);
/** Emit pending notifications in some other non-realtime thread. */
- void emit_notifications();
+ void emit_notifications(FrameTime end);
inline ID id() const { return _id; }