blob: 19658a52585f4a88d8ef1bc7f6a5f796a9d1240b [file] [log] [blame]
#pragma once
#include <map>
#include "dump_utils.hpp"
#include "watch.hpp"
namespace phosphor
{
namespace dump
{
namespace core
{
namespace manager
{
using UserMap = phosphor::dump::inotify::UserMap;
/** @brief Implementation of core watch call back
* @param [in] fileInfo - map of file info path:event
*/
void watchCallback(const UserMap& fileInfo);
} // namespace manager
} // namepsace core
} // namespace dump
} // namespace phosphor