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:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user