diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-01-01 18:55:52 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-01-01 18:55:52 -0800 |
| commit | f26dea6463adce8d70e1a4b22d8f9a867cf672c6 (patch) | |
| tree | 817bd38e80882e7ed114ad00821388d6f60895ef /src/core/socket.h | |
| parent | 26afee57264a19294d253e2166689fa0ddeaa03f (diff) | |
| download | nng-f26dea6463adce8d70e1a4b22d8f9a867cf672c6.tar.gz nng-f26dea6463adce8d70e1a4b22d8f9a867cf672c6.tar.bz2 nng-f26dea6463adce8d70e1a4b22d8f9a867cf672c6.zip | |
Socket reaper uses new-thread.
Diffstat (limited to 'src/core/socket.h')
| -rw-r--r-- | src/core/socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/socket.h b/src/core/socket.h index ff3ad865..62c5ccb5 100644 --- a/src/core/socket.h +++ b/src/core/socket.h @@ -35,7 +35,7 @@ struct nng_socket { nni_list s_pipes; // pipes for this socket nni_list s_reaps; // pipes to reap - nni_thread * s_reaper; + nni_thr s_reaper; int s_closing; // Socket is closing int s_besteffort; // Best effort mode delivery |
