xref: /openbmc/phosphor-net-ipmid/main.hpp (revision 1e5a76a0)
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;
13