mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-07 05:58:45 +01:00
Problem: inconsistent naming related to routing ids
Solution: renamed routing_id fields in pipe_t, renamed ZMQ_CONNECT_RID to ZMQ_CONNECT_ROUTING_ID
This commit is contained in:
@@ -186,7 +186,7 @@ namespace zmq
|
||||
void process_destroy ();
|
||||
|
||||
// Next assigned name on a zmq_connect() call used by ROUTER and STREAM socket types
|
||||
std::string connect_rid;
|
||||
std::string connect_routing_id;
|
||||
|
||||
private:
|
||||
// test if event should be sent and then dispatch it
|
||||
|
||||
Reference in New Issue
Block a user