adding tags to compounds
contributed by Tigran
This commit is contained in:
parent
dd5dc2289e
commit
e51ba46d8b
5 changed files with 42 additions and 39 deletions
|
|
@ -65,7 +65,8 @@ int compound_error(int status);
|
|||
void compound_init(
|
||||
nfs41_compound *compound,
|
||||
nfs_argop4 *argops,
|
||||
nfs_resop4 *resops);
|
||||
nfs_resop4 *resops,
|
||||
const char *tag);
|
||||
|
||||
void compound_add_op(
|
||||
nfs41_compound *compound,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue