chore: rename event loop states
This commit is contained in:
parent
64601b5f21
commit
1b8ba305b5
5 changed files with 31 additions and 31 deletions
|
|
@ -12,11 +12,11 @@
|
|||
#define LNM_QUEUE_MULTIPLIER 8
|
||||
|
||||
typedef enum lnm_loop_state {
|
||||
lnm_loop_state_req = 0,
|
||||
lnm_loop_state_res,
|
||||
lnm_loop_state_req_io = 0,
|
||||
lnm_loop_state_res_io,
|
||||
lnm_loop_state_end,
|
||||
lnm_loop_state_req_blocking,
|
||||
lnm_loop_state_res_blocking,
|
||||
lnm_loop_state_req_work,
|
||||
lnm_loop_state_res_work,
|
||||
} lnm_loop_state;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue