summaryrefslogtreecommitdiffstats
path: root/ingen/SocketWriter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/SocketWriter.hpp')
-rw-r--r--ingen/SocketWriter.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/ingen/SocketWriter.hpp b/ingen/SocketWriter.hpp
index 85264f30..bb5c332b 100644
--- a/ingen/SocketWriter.hpp
+++ b/ingen/SocketWriter.hpp
@@ -46,8 +46,9 @@ public:
void bundle_end();
- int fd() { return _socket->fd(); }
- Raul::URI uri() const { return _uri; }
+ int fd() { return _socket->fd(); }
+ Raul::URI uri() const { return _uri; }
+ SerdWriter* writer() { return _writer; }
protected:
URIMap& _map;