diff options
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 |
