diff options
Diffstat (limited to 'src/socket/SocketWriter.hpp')
-rw-r--r-- | src/socket/SocketWriter.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/socket/SocketWriter.hpp b/src/socket/SocketWriter.hpp index cbdb2602..d6ba5dd3 100644 --- a/src/socket/SocketWriter.hpp +++ b/src/socket/SocketWriter.hpp @@ -45,6 +45,8 @@ public: bool write(const LV2_Atom* msg); + void bundle_end(); + int fd() { return _socket->fd(); } Raul::URI uri() const { return _uri; } |