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:
Luca Boccassi
2017-08-08 15:18:07 +01:00
parent a6cef4ef86
commit 75fba539d0
6 changed files with 18 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ namespace zmq
void restart_input ();
void restart_output ();
void zap_msg_available () {}
const char *get_endpoint () const;
// i_poll_events interface implementation.
void in_event ();