lbrycrd/src/zmq
João Barbosa de0499d3b8 Fix ZMQ Notification initialization and shutdown
Moves the call Initialize() from init.cpp to CreateWithArguments() and handles the
return value. Moves the call Shutdown() from init.cpp to destructor.
Changes Initialize() and Shutdown() to protected members.
2015-11-04 10:36:00 +00:00
..
zmqabstractnotifier.cpp use CBlockIndex* insted of uint256 for UpdatedBlockTip signal 2015-09-16 16:51:21 +02:00
zmqabstractnotifier.h use CBlockIndex* insted of uint256 for UpdatedBlockTip signal 2015-09-16 16:51:21 +02:00
zmqconfig.h Add ZeroMQ support. Notify blocks and transactions via ZeroMQ 2015-09-16 11:01:35 +01:00
zmqnotificationinterface.cpp Fix ZMQ Notification initialization and shutdown 2015-11-04 10:36:00 +00:00
zmqnotificationinterface.h Fix ZMQ Notification initialization and shutdown 2015-11-04 10:36:00 +00:00
zmqpublishnotifier.cpp use CBlockIndex* insted of uint256 for UpdatedBlockTip signal 2015-09-16 16:51:21 +02:00
zmqpublishnotifier.h use CBlockIndex* insted of uint256 for UpdatedBlockTip signal 2015-09-16 16:51:21 +02:00