Added missing ZMQ_POLL* constants.

lua-zmq
Robert G. Jakabosky 16 years ago
parent 3a19588429
commit 993659dd76

@ -484,6 +484,11 @@ LUALIB_API int luaopen_zmq(lua_State *L)
set_zmq_const(LINGER);
set_zmq_const(RECONNECT_IVL);
set_zmq_const(BACKLOG);
/* POLL events */
set_zmq_const(POLLIN);
set_zmq_const(POLLOUT);
set_zmq_const(POLLERR);
#endif
/* Send/recv options. */

Loading…
Cancel
Save