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