runsv: rename field in a struct to not collide with other name

no code changes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2009-07-15 00:21:49 +02:00
parent 8e96b5b531
commit e46601d8a3
2 changed files with 20 additions and 19 deletions

View File

@@ -90,7 +90,7 @@ typedef struct svstatus_t {
uint32_t time_nsec_be32 PACKED;
uint32_t pid_le32 PACKED;
uint8_t paused;
uint8_t want;
uint8_t want; /* 'u' or 'd' */
uint8_t got_term;
uint8_t run_or_finish;
} svstatus_t;