Problem: Usage of "rid" in server_t

Solution: Replaced by "routing_id"
This commit is contained in:
sigiesec
2017-09-07 09:48:06 +02:00
parent e00131dd43
commit ae2ea1a655
2 changed files with 4 additions and 4 deletions

View File

@@ -85,7 +85,7 @@ namespace zmq
// Routing IDs are generated. It's a simple increment and wrap-over
// algorithm. This value is the next ID to use (if not used already).
uint32_t next_rid;
uint32_t next_routing_id;
server_t (const server_t&);
const server_t &operator = (const server_t&);