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


Ignore:
Timestamp:
May 5, 2012, 8:07:24 AM (12 years ago)
Author:
alan

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1316, comment 3

    v1 v2  
    552.inotifyfd is better defined as static
    66
    7 3.g_paths.push_back(*dirWatch); will trigger constructor/destructor of DirWatch, and may be not expected?
     73.g_paths.push_back(*dirWatch); will trigger constructor/destructor of DirWatch, and may be not expected? My recommendation is to use std::map<int, PDirWatch> instead.
    88
    99