X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fprocd.git;a=blobdiff_plain;f=service%2Finstance.h;h=56ce797ef710cd1e50ddd1a5addb787c90331e8c;hp=f76e79573986c2f9b663681e23fd1bb299edb60f;hb=9851e517f1c3e55228e2fdde913c9cf0b87a4bc7;hpb=4bccbfa967d756b8c84a62ea4752e936d8545a73 diff --git a/service/instance.h b/service/instance.h index f76e795..56ce797 100644 --- a/service/instance.h +++ b/service/instance.h @@ -17,6 +17,7 @@ #include #include +#include #include "../utils/utils.h" #define RESPAWN_ERROR (5 * 60) @@ -45,6 +46,8 @@ struct service_instance { struct blob_attr *config; struct uloop_process proc; struct uloop_timeout timeout; + struct ustream_fd stdout; + struct ustream_fd stderr; struct blob_attr *command; struct blob_attr *trigger;