aboutsummaryrefslogtreecommitdiff
path: root/src/core/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/socket.h')
-rw-r--r--src/core/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/socket.h b/src/core/socket.h
index 5b321ae7..ff6a63d5 100644
--- a/src/core/socket.h
+++ b/src/core/socket.h
@@ -25,10 +25,10 @@ struct nng_socket {
void * s_data; // Protocol private
// XXX: options
+ nni_duration s_linger;
nni_list_t s_eps; // active endpoints
nni_list_t s_pipes; // pipes for this socket
- nni_list_t s_reap_eps; // endpoint deathrow
int s_closing; // Socket is closing
int s_besteffort; // Best effort mode delivery