adding tags to compounds

contributed by Tigran
This commit is contained in:
Olga Kornievskaia 2010-10-27 12:59:54 -04:00 committed by unknown
parent dd5dc2289e
commit e51ba46d8b
5 changed files with 42 additions and 39 deletions

View file

@ -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,