diff options
Diffstat (limited to 'src/core/socket.h')
| -rw-r--r-- | src/core/socket.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/socket.h b/src/core/socket.h index 197b5d0d..4656c5d7 100644 --- a/src/core/socket.h +++ b/src/core/socket.h @@ -40,8 +40,7 @@ struct nng_socket { nni_list s_reaps; // pipes to reap nni_thr s_reaper; - nni_thr s_sender; - nni_thr s_recver; + nni_thr s_worker_thr[NNI_MAXWORKERS]; int s_ep_pend; // EP dial/listen in progress int s_closing; // Socket is closing |
