p2
0.0
|
create and init a Aio_fs_event
More...
Public Member Functions | |
static void | aio_fs_event_cb (uv_fs_event_t *handle, const char *filename, int events, int status) |
static PN | aio_fs_event_start (Potion *P, PN cl, PN self, PN cb, PN filename, PN flags) |
static PN | aio_fs_event_stop (Potion *P, PN cl, PN self) |
create and init a Aio_fs_event
static void aio_fs_event_cb | ( | uv_fs_event_t * | handle, |
const char * | filename, | ||
int | events, | ||
int | status | ||
) |
The aio_fs_event callback will receive the following arguments:
filename | |
events | AIO_RENAME=1 or AIO_CHANGE=2 |
status |
start a Aio_fs_event