
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| void | run_command (uv_fs_event_t *handle, const char *filename, int events, int status) |
Variables | |
| const char * | command |
| uv_loop_t * | loop |
Definition at line 26 of file libuv/docs/code/onchange/main.c.
| void run_command | ( | uv_fs_event_t * | handle, |
| const char * | filename, | ||
| int | events, | ||
| int | status | ||
| ) |
Definition at line 9 of file libuv/docs/code/onchange/main.c.
| const char* command |
Definition at line 7 of file libuv/docs/code/onchange/main.c.
| uv_loop_t* loop |
Definition at line 6 of file libuv/docs/code/onchange/main.c.