mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 13:47:13 +01:00
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:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user