diff options
author | Niels de Vos <ndevos@redhat.com> | 2015-06-21 17:04:29 +0200 |
---|---|---|
committer | Jeff Darcy <jdarcy@redhat.com> | 2016-02-04 09:31:32 -0800 |
commit | 9b71092f3d6cea1cca4804b0588152c79bd34e1d (patch) | |
tree | 26aaedcb1081ccf35347a5b77f4286bec5caa226 /xlators/protocol/client/src/client.h | |
parent | 41beab5444969f235c665042965a650b5a2866e6 (diff) |
protocol: implement seek() FOP
Network protocol extensions for the seek() FOP. The format is based on
the SEEK procedure in NFSv4.2.
Change-Id: I060768a8a4b9b1c80f4a24c0f17d630f7f028690
BUG: 1220173
Signed-off-by: Niels de Vos <ndevos@redhat.com>
Reviewed-on: http://review.gluster.org/11482
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: Kaleb KEITHLEY <kkeithle@redhat.com>
Reviewed-by: Jeff Darcy <jdarcy@redhat.com>
Diffstat (limited to 'xlators/protocol/client/src/client.h')
-rw-r--r-- | xlators/protocol/client/src/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/protocol/client/src/client.h b/xlators/protocol/client/src/client.h index 5a012440eef..415fabbd7e1 100644 --- a/xlators/protocol/client/src/client.h +++ b/xlators/protocol/client/src/client.h @@ -209,6 +209,7 @@ typedef struct client_args { gf_xattrop_flags_t optype; int32_t valid; int32_t len; + gf_seek_what_t what; mode_t umask; dict_t *xdata; |