diff options
author | malosek <malosek@fastmq.com> | 2009-09-11 11:13:15 +0200 |
---|---|---|
committer | malosek <malosek@fastmq.com> | 2009-09-11 11:13:15 +0200 |
commit | 88695aaee607e6f4db1f4fd052e2596653fb18b2 (patch) | |
tree | 21b9439d327239053bfcd3c080e1ffa92a5855db /c | |
parent | f824b8a067c60b32260c56020742d6428ed3bb98 (diff) |
link libzmq with glib when congifured --with-pgm
Diffstat (limited to 'c')
-rw-r--r-- | c/zmq.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |