|
remove inotify system call
Hi ,
The fd,wd that I get using inotify system calls are integers in some range. I have concluded that I cant remove them in another program with a loop on fd wd in the range wit inotify_rm_watch(fd,wd). i checked with another program. Is there any way to remove a fd,wd combination..
Please comment.
Thanks
|