diff options
Diffstat (limited to 'src/socket.h')
-rw-r--r-- | src/socket.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/socket.h b/src/socket.h index 5a2cd06d9d..de3e913f7c 100644 --- a/src/socket.h +++ b/src/socket.h @@ -101,6 +101,8 @@ struct Socket { mode_t directory_mode; mode_t socket_mode; + char *tcpwrap_name; + bool accept; unsigned n_accepted; |