From 17e2ca71b4f6db76a4848d366defa36f1b19bdd7 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Fri, 18 Feb 2011 14:15:10 +0100 Subject: Logging of duplicit identities added Signed-off-by: Martin Sustrik --- src/ctx.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ctx.hpp') 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 #include #include +#include #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, -- cgit v1.2.3