diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2012-02-16 10:01:26 +0900 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2012-02-16 10:01:26 +0900 |
commit | 4c9cc8a724dfee204fb7a42632c1cc802e6aa83f (patch) | |
tree | ff0f70f73dcd8385232350aca9c478c49312b265 /src/monitor.hpp | |
parent | b8ba042912233045b6ca74f732bcc7265dfeb5b0 (diff) |
Old logging infrastructure removed
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src/monitor.hpp')
-rw-r--r-- | src/monitor.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/monitor.hpp b/src/monitor.hpp index 439939f..83ffb26 100644 --- a/src/monitor.hpp +++ b/src/monitor.hpp @@ -40,6 +40,8 @@ namespace zmq void start (); void stop (); + void log (int sid_, const char *text_); + private: enum {timer_id = 0x44}; |