diff options
Diffstat (limited to 'ext/sockets/php_sockets.h')
| -rw-r--r-- | ext/sockets/php_sockets.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/sockets/php_sockets.h b/ext/sockets/php_sockets.h index 5c270532d3..23d45a54d7 100644 --- a/ext/sockets/php_sockets.h +++ b/ext/sockets/php_sockets.h @@ -82,6 +82,7 @@ typedef struct php_iovec { typedef struct { int le_destroy; int le_iov; + int use_system_read; } php_sockets_globals; |
