mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 04:17:57 +01:00
Moving to std::string in options
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(unsigned char *addr, size_t *len);
|
||||
int get_address(std::string *addr_);
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user