commit | adb54ebbc4d87401fb8b364e9c002eb81955118c | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Thu Aug 15 10:28:28 2013 -0700 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Thu Aug 15 15:14:11 2013 -0700 |
tree | abad92f596d7281095fca439230e710e0b9e1bda | |
parent | f0b3de3b5c7a06bf309b6169d52c7d6b58785cbc [diff] [blame] |
Add second fileState to avoid incorrect detection of local modifications Change-Id: I80fa339ca8922dfb8ca7511a7279fdacb0358c77
diff --git a/src/dispatcher.h b/src/dispatcher.h index d3b6bc3..d5c0f30 100644 --- a/src/dispatcher.h +++ b/src/dispatcher.h
@@ -165,6 +165,7 @@ SyncLogPtr m_syncLog; ActionLogPtr m_actionLog; FileStatePtr m_fileState; + FileStatePtr m_fileStateCow; boost::filesystem::path m_rootDir; Executor m_executor;