libzmq/include
Pieter Hintjens 9753de8566 Problem: zmq_socket_monitor code is dirty
Specifically:

* zmq_event_t should not be used internally in libzmq, it was
  meant to be an outward facing structure.

* In 4.x, zmq_event_t does not correspond to monitor events, so
  I removed the structure entirely.

* man page for zmq_socket_monitor is incomplete and the example
  code was particularly nasty.

* test_monitor.cpp needed rewriting, it was not clean.
2014-04-28 11:30:49 +02:00
..
zmq_utils.h Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
zmq.h Problem: zmq_socket_monitor code is dirty 2014-04-28 11:30:49 +02:00