Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
linux: add IN_MOVE_SELF to inotify event mask
Browse files Browse the repository at this point in the history
Partially fixes nodejs/node-v0.x-archive#3172, behavior is now consistent with inotifywait.
  • Loading branch information
bnoordhuis committed Apr 28, 2012
1 parent bfd6d46 commit fac3b68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/linux/inotify.c
Expand Up @@ -185,6 +185,7 @@ int uv_fs_event_init(uv_loop_t* loop,
| UV__IN_MODIFY
| UV__IN_DELETE
| UV__IN_DELETE_SELF
| UV__IN_MOVE_SELF
| UV__IN_MOVED_FROM
| UV__IN_MOVED_TO;

Expand Down

0 comments on commit fac3b68

Please sign in to comment.