chore: remove addressed TODO in fs-poll.c
This commit is contained in:
parent
69d991f72a
commit
ab23a29328
@ -42,7 +42,7 @@ struct poll_ctx {
|
||||
uv_loop_t *loop;
|
||||
uv_fs_poll_cb poll_cb;
|
||||
uv_timer_t timer_handle;
|
||||
uv_fs_t fs_req; /* TODO(bnoordhuis) mark fs_req internal */
|
||||
uv_fs_t fs_req;
|
||||
uv_stat_t statbuf;
|
||||
struct poll_ctx *previous; /* context from previous start()..stop() period */
|
||||
char path[1]; /* variable length */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user