From 50e1484af0d443b46aa04fd4a8096b157dc160aa Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 16 Jan 2017 19:35:51 -0800 Subject: Recv/Send event plumbing implemented (msgqueue and up). This change provides for a private callback in the message queues, which can be used to notify the socket, and which than arranges for the appropriate event thread to run. Upper layer hooks to access this still need to be written. --- src/core/socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/socket.h') diff --git a/src/core/socket.h b/src/core/socket.h index d8b37252..424b1321 100644 --- a/src/core/socket.h +++ b/src/core/socket.h @@ -44,7 +44,7 @@ struct nng_socket { nni_list s_reaps; // pipes to reap nni_thr s_reaper; - nni_thr s_notify_thr; + nni_thr s_notifier; nni_thr s_worker_thr[NNI_MAXWORKERS]; int s_ep_pend; // EP dial/listen in progress -- cgit v1.2.3-70-g09d2