summaryrefslogtreecommitdiffstats
path: root/service/instance.h
diff options
context:
space:
mode:
Diffstat (limited to 'service/instance.h')
-rw-r--r--service/instance.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/service/instance.h b/service/instance.h
index 56ce797..93e18f9 100644
--- a/service/instance.h
+++ b/service/instance.h
@@ -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;