diff options
Diffstat (limited to 'libglusterfs/src/run.h')
-rw-r--r-- | libglusterfs/src/run.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libglusterfs/src/run.h b/libglusterfs/src/run.h index 508c59c1375..d7554ef6d8c 100644 --- a/libglusterfs/src/run.h +++ b/libglusterfs/src/run.h @@ -166,6 +166,12 @@ int runner_end_reuse (runner_t *runner); int runner_run (runner_t *runner); /** + * variant for runner_run() which does not wait for acknowledgement + * from child, and always assumes it succeeds. + */ +int runner_run_nowait (runner_t *runner); + +/** * variant of runner_run() which does not free internal data * so that the runner instance can be run again. * |