Displaying 1 result from an estimated 1 matches for "nr_watch".
Did you mean:
nr_batch
2011 Mar 30
2
[PATCH] xenstore-stat v2
...if (i < nperms - 1)
+ output(" ");
+ }
+ output("\n");
+ free(perms);
+}
+
static int
perform(enum mode mode, int optind, int argc, char **argv, struct
xs_handle *xsh,
xs_transaction_t xth, int prefix, int tidy, int upto, int
recurse, int nr_watches)
@@ -459,6 +509,12 @@ perform(enum mode mode, int optind, int argc,
char **argv, struct xs_handle *xsh
errx(1, "Unable to add watch on %s\n", w);
}
do_watch(xsh, nr_watches);
+ break;
+ }
+ case MODE_stat: {
+...