diff options
author | Poornima G <pgurusid@redhat.com> | 2018-01-26 15:34:43 +0530 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2018-01-30 05:00:52 +0000 |
commit | d25b6065469eb978d40450b5aebcf5711fb50205 (patch) | |
tree | ae8cbb6dff9b7f1a0887b05adc57fa6ec96fa5e7 /xlators/protocol/client/src/client.h | |
parent | 9bbee1c2bc91d194d7470dfe2351b7d8c7abe102 (diff) |
quiesce, gfproxy: Implement failover across multiple gfproxy nodes
Updates: #242
Change-Id: I767e574a26e922760a7130bd209c178d74e8cf69
Signed-off-by: Poornima G <pgurusid@redhat.com>
Diffstat (limited to 'xlators/protocol/client/src/client.h')
-rw-r--r-- | xlators/protocol/client/src/client.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xlators/protocol/client/src/client.h b/xlators/protocol/client/src/client.h index 207c778c20c..b51607fdc45 100644 --- a/xlators/protocol/client/src/client.h +++ b/xlators/protocol/client/src/client.h @@ -27,8 +27,6 @@ #include "client-messages.h" /* FIXME: Needs to be defined in a common file */ -#define CLIENT_CMD_CONNECT "trusted.glusterfs.client-connect" -#define CLIENT_CMD_DISCONNECT "trusted.glusterfs.client-disconnect" #define CLIENT_DUMP_LOCKS "trusted.glusterfs.clientlk-dump" #define GF_MAX_SOCKET_WINDOW_SIZE (1 * GF_UNIT_MB) #define GF_MIN_SOCKET_WINDOW_SIZE (0) |