summaryrefslogtreecommitdiffstats
path: root/service/instance.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-02-27 08:28:35 +0100
committerFelix Fietkau <nbd@openwrt.org>2015-02-27 08:28:35 +0100
commitb6777a45becef915d6a99f01e044ad508bb278c6 (patch)
tree5fa786f97ddd313575b59d4aedddb5039ff61832 /service/instance.h
parentcc62595d30eb6828c50aad12fec3d3a9d4adcf3a (diff)
downloadunitd-b6777a45becef915d6a99f01e044ad508bb278c6.tar
unitd-b6777a45becef915d6a99f01e044ad508bb278c6.zip
service: rename variables / struct members called stdout, stderr to avoid conflicts with system defines
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
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;