commit | ec608a54fa61de66e310b22e783c649e935b21c4 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Tue Aug 01 05:23:35 2017 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Tue Aug 01 10:40:25 2017 +0000 |
tree | 7075c826b0229b3b6f6aa63031499de68c4ab5e9 | |
parent | 5cca05a8e3ea732e1f57bedf698de3bb7820116c [diff] |
Add missing inotify flag in user initiated dump directory watch Change-Id: Ie229e5704820071fa429f4c98e72a11a667e2b92 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
diff --git a/dump_manager.hpp b/dump_manager.hpp index ea1a5ba..8318f37 100644 --- a/dump_manager.hpp +++ b/dump_manager.hpp
@@ -66,7 +66,7 @@ lastEntryId(0), dumpWatch(eventLoop, IN_NONBLOCK, - IN_CLOSE_WRITE, + IN_CLOSE_WRITE | IN_CREATE, EPOLLIN, BMC_DUMP_PATH, std::bind(