WPILibC++ 2023.4.3-108-ge5452e3
linux.h File Reference

Go to the source code of this file.

Macros

#define UV_PLATFORM_LOOP_FIELDS
 
#define UV_PLATFORM_FS_EVENT_FIELDS
 

Macro Definition Documentation

◆ UV_PLATFORM_FS_EVENT_FIELDS

#define UV_PLATFORM_FS_EVENT_FIELDS
Value:
void* watchers[2]; \
int wd; \

◆ UV_PLATFORM_LOOP_FIELDS

#define UV_PLATFORM_LOOP_FIELDS
Value:
uv__io_t inotify_read_watcher; \
void* inotify_watchers; \
int inotify_fd; \
Definition: unix.h:86