aboutsummaryrefslogtreecommitdiff
path: root/src/core/socket.h
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-03-10 15:14:31 -0800
committerGarrett D'Amore <garrett@damore.org>2017-03-10 15:14:31 -0800
commitdb478c913fec4e642330280f017bf6850455a059 (patch)
treee3184811177c0a152dd2fc2ae227df557efb0814 /src/core/socket.h
parent8b31f513513e8245946b71d42f9dc141cb90d973 (diff)
downloadnng-db478c913fec4e642330280f017bf6850455a059.tar.gz
nng-db478c913fec4e642330280f017bf6850455a059.tar.bz2
nng-db478c913fec4e642330280f017bf6850455a059.zip
Eliminate per-socket workers.
Diffstat (limited to 'src/core/socket.h')
-rw-r--r--src/core/socket.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/socket.h b/src/core/socket.h
index 6fe4117a..6a608d0a 100644
--- a/src/core/socket.h
+++ b/src/core/socket.h
@@ -52,7 +52,6 @@ struct nni_socket {
size_t s_rcvmaxsz; // maximum receive size
nni_thr s_notifier;
- nni_thr s_worker_thr[NNI_MAXWORKERS];
int s_ep_pend; // EP dial/listen in progress
int s_closing; // Socket is closing