summaryrefslogtreecommitdiff
path: root/ext/sockets/php_sockets.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sockets/php_sockets.h')
-rw-r--r--ext/sockets/php_sockets.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/sockets/php_sockets.h b/ext/sockets/php_sockets.h
index 23d45a54d7..868733fa59 100644
--- a/ext/sockets/php_sockets.h
+++ b/ext/sockets/php_sockets.h
@@ -80,9 +80,7 @@ typedef struct php_iovec {
} php_iovec_t;
typedef struct {
- int le_destroy;
- int le_iov;
- int use_system_read;
+ zend_bool use_system_read;
} php_sockets_globals;