Problem: inconsistent parameter names on definition/declaration

Solution: align them
This commit is contained in:
Simon Giesecke
2019-12-08 14:31:29 +01:00
committed by Simon Giesecke
parent cd954e207d
commit 84267e734b
8 changed files with 11 additions and 11 deletions

View File

@@ -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 ()); };