1 #ifndef TEST_LINUX_TIPC_COMMON_HPP_
2 #define TEST_LINUX_TIPC_COMMON_HPP_
4 #include <posixx/linux/tipc.hpp> // posixx::linux::tipc
5 #include <posixx/linux/tipc/print.hpp> // address output formatting
11 // no need to clean addresses
12 #define clean_test_address(socket, addr)
14 static posixx::linux::tipc::sockaddr test_address1(
15 posixx::linux::tipc::name(PTYPE, INST1));
16 static posixx::linux::tipc::sockaddr test_address2(
17 posixx::linux::tipc::name(PTYPE, INST2));
19 #endif // TEST_LINUX_TIPC_COMMON_HPP_