X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=lib%2Fprocess%2Fprocess.h;h=caeda92131327d862492ade1b65acbaa56348e9c;hp=9e2a2d1b013c31c6eeb8af153ddbb54071bbe04d;hb=fb0fdcc59d7b0f2ed97f1894b25e4424131970f6;hpb=e52a8c61a640ab4fce0b4caaa796ae3e1c4ff8a3 diff --git a/lib/process/process.h b/lib/process/process.h index 9e2a2d1..caeda92 100644 --- a/lib/process/process.h +++ b/lib/process/process.h @@ -47,7 +47,7 @@ struct process { * process_create. The pointer returned can be talloc_free()-ed, or can be * automatically freed through destruction of the ctx talloc tree. */ -struct procset *process_init(void *ctx, struct waitset *set); +struct procset *process_init(void *ctx, struct waitset *set, bool dry_run); struct process *process_create(void *ctx);