From 236781a2c13feb96a6dd56f762b2df6fec1dfee5 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 22 Dec 2016 23:40:01 -0800 Subject: More C99-ification. Also end the _t thing for types (ISO C rules). --- src/core/socket.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/socket.h') 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 -- cgit v1.2.3-70-g09d2