diff options
Diffstat (limited to 'xlators/nfs/server/src/nfs3-helpers.h')
| -rw-r--r-- | xlators/nfs/server/src/nfs3-helpers.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/nfs/server/src/nfs3-helpers.h b/xlators/nfs/server/src/nfs3-helpers.h index a282bce6722..26bc11f6ce2 100644 --- a/xlators/nfs/server/src/nfs3-helpers.h +++ b/xlators/nfs/server/src/nfs3-helpers.h @@ -260,7 +260,7 @@ nfs3_log_readlink_res (uint32_t xid, nfsstat3 stat, int pstat, char *linkpath);  extern void  nfs3_log_read_res (uint32_t xid, nfsstat3 stat, int pstat, count3 count, -                   int is_eof); +                   int is_eof, struct iovec *vec, int32_t vcount);  extern void  nfs3_log_write_res (uint32_t xid, nfsstat3 stat, int pstat, count3 count,  | 
