summaryrefslogtreecommitdiff
path: root/src/ctx.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-02-18 14:15:10 +0100
committerMartin Sustrik <sustrik@250bpm.com>2011-02-18 14:15:10 +0100
commit17e2ca71b4f6db76a4848d366defa36f1b19bdd7 (patch)
tree91cf1d4b619e245553f4bcc7b5b10ce2574cf815 /src/ctx.hpp
parent1f536b2d3820ba5435086a77ad34d86a432b94c7 (diff)
Logging of duplicit identities added
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src/ctx.hpp')
-rw-r--r--src/ctx.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ctx.hpp b/src/ctx.hpp
index c07711e..04449c4 100644
--- a/src/ctx.hpp
+++ b/src/ctx.hpp
@@ -23,6 +23,7 @@
#include <map>
#include <vector>
#include <string>
+#include <stdarg.h>
#include "../include/zmq.h"
@@ -85,7 +86,7 @@ namespace zmq
endpoint_t find_endpoint (const char *addr_);
// Logging.
- void log (zmq_msg_t *msg_);
+ void log (const char *format_, va_list args_);
enum {
term_tid = 0,