diff options
Diffstat (limited to 'xlators/protocol/server/src/server-protocol.h')
| -rw-r--r-- | xlators/protocol/server/src/server-protocol.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/protocol/server/src/server-protocol.h b/xlators/protocol/server/src/server-protocol.h index 1ea30cc6f66..dabe6927b85 100644 --- a/xlators/protocol/server/src/server-protocol.h +++ b/xlators/protocol/server/src/server-protocol.h @@ -63,6 +63,7 @@ struct _server_connection {  	struct list_head    list;  	char               *id;  	int                 ref; +        int                 active_transports;  	pthread_mutex_t     lock;  	char                disconnected;  	fdtable_t          *fdtable;   | 
