diff options
Diffstat (limited to 'xlators/protocol/server/src/server-common.h')
| -rw-r--r-- | xlators/protocol/server/src/server-common.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/protocol/server/src/server-common.h b/xlators/protocol/server/src/server-common.h index afd9fb81269..f3b9ced939c 100644 --- a/xlators/protocol/server/src/server-common.h +++ b/xlators/protocol/server/src/server-common.h @@ -81,6 +81,9 @@ void  server_post_fallocate (gfs3_fallocate_rsp *rsp, struct iatt *statpre,                         struct iatt *statpost); +void +server_post_seek (gfs3_seek_rsp *rsp, off_t offset); +  int  server_post_readdirp (gfs3_readdirp_rsp *rsp, gf_dirent_t *entries);  | 
