ZMQ_SRCFD docs and tests

Also moved the fd field from message content to message itself
This commit is contained in:
Stefan Radomski
2014-01-07 01:09:51 +01:00
parent 823b7ebeb0
commit 3aeaa6fab1
8 changed files with 129 additions and 20 deletions

View File

@@ -235,7 +235,7 @@ namespace zmq
// File descriptor if applicable
fd_t file_desc;
// Improves efficiency of time measurement.
clock_t clock;