diff options
Diffstat (limited to 'src/vcl/vcom_socket.h')
-rw-r--r-- | src/vcl/vcom_socket.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vcl/vcom_socket.h b/src/vcl/vcom_socket.h index 4f5e4abfb15..e86bab35672 100644 --- a/src/vcl/vcom_socket.h +++ b/src/vcl/vcom_socket.h @@ -97,6 +97,8 @@ typedef struct * 03. cached for frequent access. * */ i32 count; + i32 vcl_cnt; + i32 libc_cnt; /* close( ) called on this epoll instance */ /* 0 - close ( ) not called, 1 - close( ) called. */ |