diff options
author | Susant Palai <spalai@redhat.com> | 2016-04-17 10:14:02 +0530 |
---|---|---|
committer | Niels de Vos <ndevos@redhat.com> | 2016-05-01 18:04:21 -0700 |
commit | c4efd39d339535856c1a0a6b0fad2783587411c9 (patch) | |
tree | bd6b6e2c632b42bda264f7cc0327cca4159e49a3 /rpc | |
parent | f1f6a0e2b09884151c37434bd512cb1482608218 (diff) |
core: add getactivelk () fop
Change-Id: Ifd0ff278dcf43da064021f5c25e5dcd34347fcde
BUG: 1326085
Signed-off-by: Susant Palai <spalai@redhat.com>
Reviewed-on: http://review.gluster.org/13970
Smoke: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'rpc')
-rw-r--r-- | rpc/xdr/src/glusterfs-fops.x | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpc/xdr/src/glusterfs-fops.x b/rpc/xdr/src/glusterfs-fops.x index 1216f9d7460..74952919c3d 100644 --- a/rpc/xdr/src/glusterfs-fops.x +++ b/rpc/xdr/src/glusterfs-fops.x @@ -57,6 +57,7 @@ enum glusterfs_fop_t { GF_FOP_SEEK, GF_FOP_LEASE, GF_FOP_COMPOUND, + GF_FOP_GETACTIVELK, GF_FOP_MAXVALUE }; |