tests/sanlk_load.c | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 80e0998272d494dadc9347f9ba4baae06229b071 Author: David Teigland teigland@redhat.com Date: Mon Jan 19 16:49:23 2015 -0600
sanlk_load: comment out killing pid
diff --git a/tests/sanlk_load.c b/tests/sanlk_load.c index 0a6d39f..4a93374 100644 --- a/tests/sanlk_load.c +++ b/tests/sanlk_load.c @@ -771,6 +771,7 @@ int do_rand(int argc, char *argv[]) printf("children running\n");
while (!prog_stop) { +#if 0 /* * kill and replace a random pid */ @@ -799,6 +800,7 @@ int do_rand(int argc, char *argv[]) } else { children[i] = pid; } +#endif
#if 0 /*
sanlock-devel@lists.fedorahosted.org