commit | 7a64700ab04c387e1b02b60eec6cc1ed362897b2 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Jan 30 11:54:52 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Jan 30 11:56:32 2013 -0800 |
tree | 38583b713e0b79b35dcbc0c616ac46e9b5e7d6db | |
parent | 785b0a0d8077dba6f0736936b5c88722661c6b13 [diff] [blame] |
Adding is_complete flag to FileState and enabling fs-watcher to use this flag in some (not all) cases Change-Id: I9b02ef933074ec5313af9a84b5b465e8af6e80ea
diff --git a/src/dispatcher.cc b/src/dispatcher.cc index 63b59cb..cbd6b41 100644 --- a/src/dispatcher.cc +++ b/src/dispatcher.cc
@@ -397,6 +397,8 @@ last_write_time (filePath, file->mtime ()); permissions (filePath, static_cast<filesystem::perms> (file->mode ())); + + m_actionLog->SetFileComplete (file->filename ()); } }