Get maximum number of sockets it can handle from poller_t

This commit is contained in:
Richard Newton
2013-11-07 17:46:19 +00:00
parent 97cfa64d93
commit 568cc1adaa
11 changed files with 45 additions and 2 deletions

View File

@@ -56,6 +56,8 @@ namespace zmq
void start ();
void stop ();
static int max_fds();
private:
// Main worker thread routine.