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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/socket.h b/src/core/socket.h
index 2eefd07e..15183f6b 100644
--- a/src/core/socket.h
+++ b/src/core/socket.h
@@ -40,8 +40,7 @@ struct nni_socket {
nni_duration s_reconnmax; // max reconnect time
nni_list s_eps; // active endpoints
- nni_list s_pipes; // ready pipes (started)
- nni_list s_idles; // idle pipes (not ready)
+ nni_list s_pipes; // active pipes
size_t s_rcvmaxsz; // maximum receive size