summaryrefslogtreecommitdiff
path: root/src/object.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object.hpp')
-rw-r--r--src/object.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/object.hpp b/src/object.hpp
index d6d55ae..6ea3bb2 100644
--- a/src/object.hpp
+++ b/src/object.hpp
@@ -64,8 +64,9 @@ namespace zmq
// Chooses least loaded I/O thread.
zmq::io_thread_t *choose_io_thread (uint64_t affinity_);
- // Log a message.
+ // Logging related functions.
void log (int sid_, const char *text_);
+ void publish_logs (const char *textr_);
// Derived object can use these functions to send commands
// to other objects.