Multi-hop REQ/REP, part VIII., new blob_t type used for holding identity

This commit is contained in:
Martin Sustrik
2010-02-13 14:07:30 +01:00
parent cdc2efe9b5
commit f5ce81f289
19 changed files with 113 additions and 114 deletions

View File

@@ -47,7 +47,7 @@ namespace zmq
void plug (struct i_inout *inout_);
void unplug ();
void revive ();
void traceroute (unsigned char *identity_, size_t identity_size_);
void traceroute (const blob_t &identity_);
// i_poll_events interface implementation.
void in_event ();