]> git.llucax.com Git - software/posixx.git/blob - test/linux/tipc/common.hpp
Add SUB_CANCEL to tipc::subscr_t
[software/posixx.git] / test / linux / tipc / common.hpp
1 #ifndef TEST_LINUX_TIPC_COMMON_HPP_
2 #define TEST_LINUX_TIPC_COMMON_HPP_
3
4 #include <posixx/linux/tipc.hpp> // posixx::linux::tipc
5 #include <posixx/linux/tipc/print.hpp> // address output formatting
6
7 #define PTYPE 10000
8 #define INST1 10001
9 #define INST2 10002
10
11 // no need to clean addresses
12 #define clean_test_address(socket, addr)
13
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));
18
19 #endif // TEST_LINUX_TIPC_COMMON_HPP_