mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-28 19:52:00 +01:00
More fixes for ZMQ_LAST_ENDPOINT. Added a test
This commit is contained in:
@@ -46,7 +46,7 @@ namespace zmq
|
||||
int set_address (const char *addr_);
|
||||
|
||||
// Get the bound address for use with wildcard
|
||||
int get_address(std::string *addr_);
|
||||
int get_address (std::string &addr_);
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user