変数 | |
| inotify_watch_context * | next |
| inotify_watch_context * | prev |
| inotify_private * | in |
| int | wd |
| void(* | callback )(struct sys_notify_context *ctx, void *private_data, struct notify_event *ev) |
| void * | private_data |
| uint32_t | mask |
| uint32_t | filter |
| const char * | path |
notify_inotify.c の 78 行で定義されています。
| struct inotify_watch_context* next |
| struct inotify_watch_context * prev |
notify_inotify.c の 79 行で定義されています。
| struct inotify_private* in |
| int wd |
| void(* callback)(struct sys_notify_context *ctx, void *private_data, struct notify_event *ev) |
| void* private_data |
| uint32_t mask |
| uint32_t filter |
| const char* path |
1.4.7