diff options
Diffstat (limited to 'src/core/socket.h')
-rw-r--r-- | src/core/socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/socket.h b/src/core/socket.h index 076a183698..42b1a1fe06 100644 --- a/src/core/socket.h +++ b/src/core/socket.h @@ -126,6 +126,7 @@ struct Socket { SocketResult result; bool accept; + bool remove_on_stop; /* Socket options */ bool keep_alive; |