Problem: ZMQ_PRE_ALLOCATED_FD is too long

Solution: rename socket option (and variables and files) from
pre_allocated_fd to usefd.
This commit is contained in:
Luca Boccassi
2016-02-08 22:40:20 +00:00
parent 66d9a5f5ae
commit c158178798
13 changed files with 35 additions and 35 deletions

View File

@@ -235,7 +235,7 @@ namespace zmq
// When creating a new ZMQ socket, if this option is set the value
// will be used as the File Descriptor instead of allocating a new
// one via the socket () system call.
int pre_allocated_fd;
int usefd;
};
}