aboutsummaryrefslogtreecommitdiff
path: root/src/core/pipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/pipe.h')
-rw-r--r--src/core/pipe.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/pipe.h b/src/core/pipe.h
index cc14de86..65d2ede5 100644
--- a/src/core/pipe.h
+++ b/src/core/pipe.h
@@ -27,8 +27,7 @@ struct nng_pipe {
nni_ep * p_ep;
int p_reap;
int p_active;
- nni_thr p_send_thr;
- nni_thr p_recv_thr;
+ nni_thr p_worker_thr[NNI_MAXWORKERS];
};
// Pipe operations that protocols use.