From 88695aaee607e6f4db1f4fd052e2596653fb18b2 Mon Sep 17 00:00:00 2001 From: malosek Date: Fri, 11 Sep 2009 11:13:15 +0200 Subject: link libzmq with glib when congifured --with-pgm --- c/zmq.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c/zmq.h') diff --git a/c/zmq.h b/c/zmq.h index df6e04c..0a1b064 100644 --- a/c/zmq.h +++ b/c/zmq.h @@ -52,6 +52,8 @@ extern "C" { #define ZMQ_IDENTITY 6 #define ZMQ_SUBSCRIBE 7 #define ZMQ_UNSUBSCRIBE 8 +#define ZMQ_RATE 9 +#define ZMQ_RECOVERY_IVL 10 // The operation should be performed in non-blocking mode. I.e. if it cannot // be processed immediately, error should be returned with errno set to EAGAIN. -- cgit v1.2.3