Name request steps Req Step

Closes #3708
parent 39a5eb2f
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
#define REQ_STEP(l, U, priv) \ #define REQ_STEP(l, U, priv) \
static req_state_f cnt_##l; \ static req_state_f cnt_##l; \
priv const struct req_step R_STP_##U[1] = {{ \ priv const struct req_step R_STP_##U[1] = {{ \
.name = "Fetch Step" #l, \ .name = "Req Step " #l, \
.func = cnt_##l, \ .func = cnt_##l, \
}}; }};
REQ_STEPS REQ_STEPS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment