summaryrefslogtreecommitdiffstats
path: root/src/server/Context.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/Context.hpp')
-rw-r--r--src/server/Context.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/server/Context.hpp b/src/server/Context.hpp
index cabfcc89..5343b817 100644
--- a/src/server/Context.hpp
+++ b/src/server/Context.hpp
@@ -53,8 +53,10 @@ public:
virtual ~Context() {}
- /** Send a notification from this run context. */
- void notify(LV2_URID key = 0,
+ /** Send a notification from this run context.
+ * @return false on failure (ring is full)
+ */
+ bool notify(LV2_URID key = 0,
FrameTime time = 0,
PortImpl* port = 0,
uint32_t size = 0,