diff options
author | Poornima G <pgurusid@redhat.com> | 2015-07-09 15:22:43 +0530 |
---|---|---|
committer | Pranith Kumar Karampuri <pkarampu@redhat.com> | 2016-04-29 22:37:39 -0700 |
commit | 3c8922d123471de0c5da499420fcac6b10179786 (patch) | |
tree | 0f8df8166f53ae77fa9117beb57db55a19ea08e3 /rpc/rpc-lib/src | |
parent | 80e3832ec16f69d4184172cfc9afa9e42533e0ef (diff) |
Protocol: Add lease fop
Change-Id: I64c361d3e4ae86d57dc18bb887758d044c861237
BUG: 1319992
Signed-off-by: Poornima G <pgurusid@redhat.com>
Reviewed-on: http://review.gluster.org/11597
Smoke: Gluster Build System <jenkins@build.gluster.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Rajesh Joseph <rjoseph@redhat.com>
Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
Diffstat (limited to 'rpc/rpc-lib/src')
-rw-r--r-- | rpc/rpc-lib/src/protocol-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rpc/rpc-lib/src/protocol-common.h b/rpc/rpc-lib/src/protocol-common.h index cf98152dc8d..e711f33b00f 100644 --- a/rpc/rpc-lib/src/protocol-common.h +++ b/rpc/rpc-lib/src/protocol-common.h @@ -62,6 +62,7 @@ enum gf_fop_procnum { GFS3_OP_IPC, GFS3_OP_SEEK, GFS3_OP_COMPOUND, + GFS3_OP_LEASE, GFS3_OP_MAXVALUE, } ; @@ -137,6 +138,7 @@ enum gf_cbk_procnum { GF_CBK_CACHE_INVALIDATION, GF_CBK_CHILD_UP, GF_CBK_CHILD_DOWN, + GF_CBK_RECALL_LEASE, GF_CBK_MAXVALUE, }; |