struct fast_task_info remove field nio_stages.next
parent
6d3d082c6d
commit
ee3631d426
1
HISTORY
1
HISTORY
|
|
@ -1,6 +1,5 @@
|
||||||
|
|
||||||
Version 1.66 2023-02-12
|
Version 1.66 2023-02-12
|
||||||
* struct fast_task_info add field: nio_stages.next for epoll edge trigger
|
|
||||||
* struct fast_task_info add field: notify_next for nio notify queue
|
* struct fast_task_info add field: notify_next for nio notify queue
|
||||||
|
|
||||||
Version 1.65 2023-01-09
|
Version 1.65 2023-01-09
|
||||||
|
|
|
||||||
|
|
@ -100,7 +100,6 @@ struct fast_task_info
|
||||||
struct {
|
struct {
|
||||||
uint8_t current;
|
uint8_t current;
|
||||||
volatile uint8_t notify;
|
volatile uint8_t notify;
|
||||||
volatile uint8_t next;
|
|
||||||
} nio_stages; //stages for network IO
|
} nio_stages; //stages for network IO
|
||||||
volatile int8_t reffer_count;
|
volatile int8_t reffer_count;
|
||||||
volatile int8_t canceled; //if task canceled
|
volatile int8_t canceled; //if task canceled
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue