blob: 19658a52585f4a88d8ef1bc7f6a5f796a9d1240b [file] [log] [blame]
Jayanth Othayothd02153c2017-07-02 22:29:42 -05001#pragma once
2
3#include <map>
4
5#include "dump_utils.hpp"
6#include "watch.hpp"
7
8namespace phosphor
9{
10namespace dump
11{
12namespace core
13{
14namespace manager
15{
16
17using UserMap = phosphor::dump::inotify::UserMap;
18
19/** @brief Implementation of core watch call back
20 * @param [in] fileInfo - map of file info path:event
21 */
22void watchCallback(const UserMap& fileInfo);
23
24} // namespace manager
25} // namepsace core
26} // namespace dump
27} // namespace phosphor