diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-15 00:21:49 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-15 00:21:49 +0200 |
commit | e46601d8a300796b1a84a417e58ca763ec2282b7 (patch) | |
tree | a6018de08e14876757836ef8950be21973785285 /runit/runit_lib.h | |
parent | 8e96b5b5314c3f2c3fdb6fd04abfa3e73ac27a5a (diff) | |
download | busybox-w32-e46601d8a300796b1a84a417e58ca763ec2282b7.tar.gz busybox-w32-e46601d8a300796b1a84a417e58ca763ec2282b7.tar.bz2 busybox-w32-e46601d8a300796b1a84a417e58ca763ec2282b7.zip |
runsv: rename field in a struct to not collide with other name
no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'runit/runit_lib.h')
-rw-r--r-- | runit/runit_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runit/runit_lib.h b/runit/runit_lib.h index fd94db9d7..28769e5fa 100644 --- a/runit/runit_lib.h +++ b/runit/runit_lib.h | |||
@@ -90,7 +90,7 @@ typedef struct svstatus_t { | |||
90 | uint32_t time_nsec_be32 PACKED; | 90 | uint32_t time_nsec_be32 PACKED; |
91 | uint32_t pid_le32 PACKED; | 91 | uint32_t pid_le32 PACKED; |
92 | uint8_t paused; | 92 | uint8_t paused; |
93 | uint8_t want; | 93 | uint8_t want; /* 'u' or 'd' */ |
94 | uint8_t got_term; | 94 | uint8_t got_term; |
95 | uint8_t run_or_finish; | 95 | uint8_t run_or_finish; |
96 | } svstatus_t; | 96 | } svstatus_t; |