]> git.ozlabs.org Git - petitboot/blobdiff - lib/process/process.h
lib/process: Add option to pipe to process stdin
[petitboot] / lib / process / process.h
index 9473a0d492b00e0e644b4e957fa78f1f8599764a..eb6e3360d73c914e8f3421d5cf2d4e447eb2fc75 100644 (file)
@@ -43,6 +43,7 @@ struct process {
        void                    *data;
        waiter_cb               stdout_cb;
        void                    *stdout_data;
+       char                    *pipe_stdin;
 
        /* runtime data */
        pid_t                   pid;