summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/crossthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/crossthread.h')
-rw-r--r--libs/pbd/pbd/crossthread.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/pbd/pbd/crossthread.h b/libs/pbd/pbd/crossthread.h
index 7a323e198f..f9845eedf0 100644
--- a/libs/pbd/pbd/crossthread.h
+++ b/libs/pbd/pbd/crossthread.h
@@ -30,6 +30,9 @@ class CrossThreadChannel {
void wakeup();
int selectable() const { return fds[0]; }
+ int deliver (char msg);
+ int receive (char& msg);
+
void drain ();
static void drain (int fd);