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
..
2014-03-03 13:19:40 +01:00
2013-09-15 20:13:44 +02:00
2010-03-09 18:47:31 +01:00
2014-01-07 01:13:46 +01:00
2013-06-27 20:53:15 +02:00
2014-01-01 15:36:33 +01:00
2013-08-17 20:22:50 +02:00
2013-06-27 20:53:15 +02:00
2014-01-22 08:40:35 +08:00
2013-11-05 13:02:41 +01:00
2014-04-28 11:30:49 +02:00