Changes between Initial Version and Version 1 of Ticket #1316, comment 3


Ignore:
Timestamp:
May 5, 2012, 6:40:30 AM (12 years ago)
Author:
alan

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1316, comment 3

    initial v1  
    552.inotifyfd is better defined as static
    66
     73.g_paths.push_back(*dirWatch); will trigger constructor/destructor of DirWatch, and may be not expected?
     8
    79
    810And after test on ubuntu 11.10,I find there seems to be a bug with inotify that each modification will invoke IN_MODIFY event twice.