summaryrefslogtreecommitdiffstats
path: root/xlators/protocol/server/src/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/protocol/server/src/server.h')
-rw-r--r--xlators/protocol/server/src/server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/protocol/server/src/server.h b/xlators/protocol/server/src/server.h
index 7980d300be7..3172eab5711 100644
--- a/xlators/protocol/server/src/server.h
+++ b/xlators/protocol/server/src/server.h
@@ -74,6 +74,8 @@ struct server_conf {
* tweeked */
gf_boolean_t child_up; /* Set to true, when child is up, and
* false, when child is down */
+
+ gf_lock_t itable_lock;
};
typedef struct server_conf server_conf_t;