summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/sock_select.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/include/pj/sock_select.h')
-rw-r--r--pjlib/include/pj/sock_select.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjlib/include/pj/sock_select.h b/pjlib/include/pj/sock_select.h
index 8ce7a65b..ff5459b6 100644
--- a/pjlib/include/pj/sock_select.h
+++ b/pjlib/include/pj/sock_select.h
@@ -54,7 +54,7 @@ PJ_BEGIN_DECL
*/
typedef struct pj_fd_set_t
{
- pj_sock_t data[FD_SETSIZE + 4]; /**< Opaque buffer for fd_set */
+ pj_sock_t data[PJ_IOQUEUE_MAX_HANDLES+ 4]; /**< Opaque buffer for fd_set */
} pj_fd_set_t;