hooking up rsize-wsize mount options

after parsing read and write rpc size from the mount command,
add the values to mount upcall, then pass these values when creating
a CLIENT structure.
This commit is contained in:
Olga Kornievskaia 2011-10-11 16:03:59 -04:00
parent 5dd3ef1e8c
commit 4c52473527
3 changed files with 33 additions and 16 deletions

View file

@ -37,6 +37,8 @@ typedef struct __mount_upcall_args {
const char *hostname;
const char *path;
DWORD sec_flavor;
DWORD rsize;
DWORD wsize;
} mount_upcall_args;
typedef struct __open_upcall_args {