ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Linux-Inotify2/Inotify2.pm
(Generate patch)

Comparing cvsroot/Linux-Inotify2/Inotify2.pm (file contents):
Revision 1.8 by root, Tue Aug 23 02:33:32 2005 UTC vs.
Revision 1.9 by root, Tue Aug 23 02:45:23 2005 UTC

60 $VERSION = 0.2; 60 $VERSION = 0.2;
61 61
62 @constants = qw( 62 @constants = qw(
63 IN_ACCESS IN_MODIFY IN_ATTRIB IN_CLOSE_WRITE 63 IN_ACCESS IN_MODIFY IN_ATTRIB IN_CLOSE_WRITE
64 IN_CLOSE_NOWRITE IN_OPEN IN_MOVED_FROM IN_MOVED_TO 64 IN_CLOSE_NOWRITE IN_OPEN IN_MOVED_FROM IN_MOVED_TO
65 IN_CREATE IN_DELETE IN_DELETE_SELF 65 IN_CREATE IN_DELETE IN_DELETE_SELF IN_MOVE_SELF
66 IN_ALL_EVENTS 66 IN_ALL_EVENTS
67 IN_UNMOUNT IN_Q_OVERFLOW IN_IGNORED 67 IN_UNMOUNT IN_Q_OVERFLOW IN_IGNORED
68 IN_CLOSE IN_MOVE 68 IN_CLOSE IN_MOVE
69 IN_ISDIR IN_ONESHOT 69 IN_ISDIR IN_ONESHOT
70 ); 70 );
124 IN_MOVED_FROM file was moved from this object (directory) 124 IN_MOVED_FROM file was moved from this object (directory)
125 IN_MOVED_TO file was moved to this object (directory) 125 IN_MOVED_TO file was moved to this object (directory)
126 IN_CREATE file was created in this object (directory) 126 IN_CREATE file was created in this object (directory)
127 IN_DELETE file was deleted from this object (directory) 127 IN_DELETE file was deleted from this object (directory)
128 IN_DELETE_SELF object itself was deleted 128 IN_DELETE_SELF object itself was deleted
129 IN_MOVE_SELF object itself was moved
129 IN_ALL_EVENTS all of the above events 130 IN_ALL_EVENTS all of the above events
130 131
131 IN_ONESHOT only send event once 132 IN_ONESHOT only send event once
132 133
133 IN_CLOSE same as IN_CLOSE_WRITE | IN_CLOSE_NOWRITE 134 IN_CLOSE same as IN_CLOSE_WRITE | IN_CLOSE_NOWRITE

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines