consume_event
consume_event(ifd, wd, IN_DELETE_SELF, IN_ISDIR, NULL);
consume_event(ifd, wd, 0, IN_IGNORED, NULL);
consume_event(ifd, wd, IN_OPEN, 0, "file");
consume_event(ifd, wd, IN_OPEN, IN_ISDIR, NULL);
consume_event(ifd, wd, IN_CREATE, 0, "file");
consume_event(ifd, wd, IN_OPEN, 0, "file");
consume_event(ifd, wd, 0, IN_IGNORED, NULL);
consume_event(ifd, wd, IN_OPEN, IN_ISDIR, NULL);
consume_event(ifd, wd, IN_CREATE, 0, "file2");
consume_event(ifd, wd, IN_OPEN, 0, "file2");
consume_event(ifd, wd, IN_CREATE, 0, name);
consume_event(ifd, -1, 0, IN_Q_OVERFLOW, NULL);
consume_event(ifd, wd, IN_ACCESS, 0, NULL);
consume_event(ifd, wd, IN_ACCESS, 0, NULL);
consume_event(ifd, wd, IN_ACCESS, 0, NULL);
consume_event(ifd, wd, IN_ACCESS, IN_ISDIR, "dir");
consume_event(ifd, wd, IN_ACCESS, IN_ISDIR, NULL);
consume_event(ifd, wd, IN_ATTRIB, 0, NULL);
consume_event(ifd, wd, IN_ATTRIB, 0, NULL);
consume_event(ifd, wd1, IN_CLOSE_NOWRITE, IN_ISDIR, NULL);
consume_event(ifd, wd2, IN_CLOSE_NOWRITE, 0, NULL);
consume_event(ifd, wd1, IN_CLOSE_NOWRITE, 0, "file");
consume_event(ifd, wd, IN_CLOSE_WRITE, 0, NULL);
consume_event(ifd, wd, IN_CREATE, 0, "file");
consume_event(ifd1, wd1, IN_MODIFY, 0, "file");
consume_event(ifd, wd, IN_CREATE, 0, "link");
consume_event(ifd, wd, IN_CREATE, IN_ISDIR, "dir");
consume_event(ifd, wd, IN_CREATE, 0, "symlink");
consume_event(ifd, wd, IN_CREATE, 0, "fifo");
consume_event(ifd, wd, IN_CREATE, 0, "socket");
consume_event(ifd, wd, IN_DELETE, 0, "file");
consume_event(ifd, wd2, IN_DELETE_SELF, 0, NULL);
consume_event(ifd, wd2, 0, IN_IGNORED, NULL);
consume_event(ifd, wd, IN_DELETE, 0, "file");
consume_event(ifd, wd, IN_DELETE_SELF, IN_ISDIR, NULL);
consume_event(ifd, wd, 0, IN_IGNORED, NULL);
consume_event(ifd, wd1, IN_MOVE_SELF, IN_ISDIR, NULL);
consume_event(ifd, wd2, IN_MOVED_TO, IN_ISDIR, "dir");
consume_event(ifd, wd3, IN_MOVE_SELF, 0, NULL);
consume_event(ifd, wd, IN_OPEN, 0, "file");
consume_event(ifd, wd, IN_OPEN, 0, "file");
consume_event(ifd, wd, IN_OPEN, IN_ISDIR, NULL);
consume_event(ifd, wd, IN_OPEN, 0, "fifo");
consume_event(ifd, wd, IN_OPEN, IN_ISDIR, NULL);
consume_event(ifd, wd, 0, IN_UNMOUNT, NULL);
consume_event(ifd, wd, 0, IN_IGNORED, NULL);