diff options
Diffstat (limited to 'src/uv-common.h')
-rw-r--r-- | src/uv-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uv-common.h b/src/uv-common.h index b0d9c747..decde536 100644 --- a/src/uv-common.h +++ b/src/uv-common.h @@ -423,7 +423,9 @@ struct uv__loop_internal_fields_s { uv__loop_metrics_t loop_metrics; int current_timeout; #ifdef __linux__ + struct uv__iou ctl; struct uv__iou iou; + void* inv; /* used by uv__platform_invalidate_fd() */ #endif /* __linux__ */ }; |