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

Comparing Linux-Inotify2/Inotify2.xs (file contents):
Revision 1.3 by root, Mon Dec 19 16:50:27 2005 UTC vs.
Revision 1.4 by root, Fri Sep 29 14:41:33 2006 UTC

33 newCONSTSUB (stash, "IN_UNMOUNT" , newSViv (IN_UNMOUNT)); 33 newCONSTSUB (stash, "IN_UNMOUNT" , newSViv (IN_UNMOUNT));
34 newCONSTSUB (stash, "IN_Q_OVERFLOW" , newSViv (IN_Q_OVERFLOW)); 34 newCONSTSUB (stash, "IN_Q_OVERFLOW" , newSViv (IN_Q_OVERFLOW));
35 newCONSTSUB (stash, "IN_IGNORED" , newSViv (IN_IGNORED)); 35 newCONSTSUB (stash, "IN_IGNORED" , newSViv (IN_IGNORED));
36 newCONSTSUB (stash, "IN_CLOSE" , newSViv (IN_CLOSE)); 36 newCONSTSUB (stash, "IN_CLOSE" , newSViv (IN_CLOSE));
37 newCONSTSUB (stash, "IN_MOVE" , newSViv (IN_MOVE)); 37 newCONSTSUB (stash, "IN_MOVE" , newSViv (IN_MOVE));
38 newCONSTSUB (stash, "IN_ONLYDIR" , newSViv (IN_ONLYDIR));
39 newCONSTSUB (stash, "IN_DONT_FOLLOW" , newSViv (IN_DONT_FOLLOW));
40 newCONSTSUB (stash, "IN_MASK_ADD" , newSViv (IN_MASK_ADD));
38 newCONSTSUB (stash, "IN_ISDIR" , newSViv (IN_ISDIR)); 41 newCONSTSUB (stash, "IN_ISDIR" , newSViv (IN_ISDIR));
39 newCONSTSUB (stash, "IN_ONESHOT" , newSViv (IN_ONESHOT)); 42 newCONSTSUB (stash, "IN_ONESHOT" , newSViv (IN_ONESHOT));
40 newCONSTSUB (stash, "IN_ALL_EVENTS" , newSViv (IN_ALL_EVENTS)); 43 newCONSTSUB (stash, "IN_ALL_EVENTS" , newSViv (IN_ALL_EVENTS));
41} 44}
42 45

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines