diff options
Diffstat (limited to 'src/core/socket.h')
| -rw-r--r-- | src/core/socket.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/socket.h b/src/core/socket.h index 05113489..1376c454 100644 --- a/src/core/socket.h +++ b/src/core/socket.h @@ -27,8 +27,8 @@ struct nng_socket { // XXX: options nni_duration s_linger; - nni_list_t s_eps; // active endpoints - nni_list_t s_pipes; // pipes for this socket + nni_list s_eps; // active endpoints + nni_list s_pipes; // pipes for this socket int s_closing; // Socket is closing int s_besteffort; // Best effort mode delivery |
