diff options
Diffstat (limited to 'xlators/protocol/server/src/server.h')
| -rw-r--r-- | xlators/protocol/server/src/server.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/protocol/server/src/server.h b/xlators/protocol/server/src/server.h index 62e5ef886..b58e8a5fa 100644 --- a/xlators/protocol/server/src/server.h +++ b/xlators/protocol/server/src/server.h @@ -99,6 +99,7 @@ struct server_conf {  	dict_t                 *auth_modules;  	pthread_mutex_t         mutex;  	struct list_head        conns; +        struct list_head        xprt_list;  };  typedef struct server_conf server_conf_t;  | 
