Skip to content
Snippets Groups Projects
Commit 550e44fb authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

use macro instead of harcoding it

parent 76ecd8ca
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,19 @@ struct ss_state_s
uint32_t isup ;
} ;
#define STATE_ZERO { 2,2,2,2,2,2,2,2,2,2,2 }
#define STATE_ZERO { \
STATE_FLAGS_FALSE, \
STATE_FLAGS_FALSE, \
STATE_FLAGS_FALSE, \
STATE_FLAGS_FALSE, \
STATE_FLAGS_FALSE, \
STATE_FLAGS_FALSE, \
STATE_FLAGS_FALSE, \
STATE_FLAGS_FALSE, \
STATE_FLAGS_FALSE, \
STATE_FLAGS_FALSE, \
STATE_FLAGS_FALSE, \
}
extern ss_state_t const ss_state_zero ;
extern void state_rmfile(resolve_service_t *res) ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment