blob: 316a6bf375308ca62cfa54de0bc713db143b740e [file] [log] [blame]
Shantappa Teekappanavar1ac61622021-06-22 19:07:29 -05001#pragma once
2
3#include <string>
4
5namespace watchdog
6{
7namespace dump
8{
9
10/**
11 * @brief Transition the host state
12 *
13 * @param target - the target to transition the host to
14 */
15void transitionHost(const std::string& target);
16
Shantappa Teekappanavar1ac61622021-06-22 19:07:29 -050017} // namespace dump
18} // namespace watchdog