struct fast_task_info remove field nio_stages.next

remotes/origin/fstore_storage_engine
YuQing 2023-02-12 20:00:48 +08:00
parent 6d3d082c6d
commit ee3631d426
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
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
Version 1.65 2023-01-09

View File

@ -100,7 +100,6 @@ struct fast_task_info
struct {
uint8_t current;
volatile uint8_t notify;
volatile uint8_t next;
} nio_stages; //stages for network IO
volatile int8_t reffer_count;
volatile int8_t canceled; //if task canceled