service: rename variables / struct members called stdout, stderr to avoid conflicts...
[project/procd.git] / service / instance.h
index 56ce797..93e18f9 100644 (file)
@@ -46,8 +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 ustream_fd _stdout;
+       struct ustream_fd _stderr;
 
        struct blob_attr *command;
        struct blob_attr *trigger;