File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -186,20 +186,17 @@ _mongoc_socket_wait (int sd, /* IN */
186
186
/*
187
187
*--------------------------------------------------------------------------
188
188
*
189
- * _mongoc_socket_poll --
189
+ * mongoc_socket_poll --
190
190
*
191
191
* A multi-socket poll helper.
192
192
*
193
- * @events: in most cases should be POLLIN or POLLOUT.
194
- *
195
193
* @expire_at should be an absolute time at which to expire using
196
194
* the monotonic clock (bson_get_monotonic_time(), which is in
197
195
* microseconds). Or zero to not block at all. Or -1 to block
198
196
* forever.
199
197
*
200
198
* Returns:
201
- * true if an event matched. otherwise false.
202
- * a timeout will return false.
199
+ * The number of sockets ready.
203
200
*
204
201
* Side effects:
205
202
* None.
You can’t perform that action at this time.
0 commit comments