mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-28 11:31:56 +01:00
Problem: PGM/NORM builds broken due to i_engine API change
Solution: implement get_endpoint in the NORM and PGM engines too
This commit is contained in:
@@ -46,6 +46,8 @@ namespace zmq
|
||||
|
||||
virtual void zap_msg_available () {};
|
||||
|
||||
virtual const char *get_endpoint () const;
|
||||
|
||||
// i_poll_events interface implementation.
|
||||
// (we only need in_event() for NormEvent notification)
|
||||
// (i.e., don't have any output events or timers (yet))
|
||||
|
||||
Reference in New Issue
Block a user