mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-06 21:56:25 +01:00
Problem: inconsistent parameter names on definition/declaration
Solution: align them
This commit is contained in:
committed by
Simon Giesecke
parent
cd954e207d
commit
84267e734b
@@ -78,7 +78,7 @@ class socket_poller_t
|
||||
// Returns the signaler's fd if there is one, otherwise errors.
|
||||
int signaler_fd (fd_t *fd_);
|
||||
|
||||
int wait (event_t *event_, int n_events_, long timeout_);
|
||||
int wait (event_t *events_, int n_events_, long timeout_);
|
||||
|
||||
inline int size () { return static_cast<int> (_items.size ()); };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user