blob: cfb80c6df4e7906371f8d613fb0be8dde57cc5b1 [file] [log] [blame]
Tom Josephe6361a22016-08-10 06:56:25 -05001#pragma once
2
3#include <tuple>
4
5#include <command_table.hpp>
6#include <sessions_manager.hpp>
7
8extern std::tuple<session::Manager&, command::Table&> singletonPool;
9
10// Select call timeout is set arbitarily set to 30 sec
11static constexpr size_t SELECT_CALL_TIMEOUT = 30;
12static const auto IPMI_STD_PORT = 623;