0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-29 00:26:36 +08:00
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-04-05 15:32:43 +02:00
2014-02-13 18:35:09 +01:00
2014-03-16 11:53:40 +01:00
2014-01-13 18:38:59 +08:00
2014-01-23 09:23:46 -06:00