Logging of duplicit identities added

Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
Martin Sustrik
2011-02-18 14:15:10 +01:00
parent 1f536b2d38
commit 17e2ca71b4
5 changed files with 20 additions and 6 deletions

View File

@@ -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,