summaryrefslogtreecommitdiff
path: root/src/ctx.hpp
diff options
context:
space:
mode:
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,