Files
resiprocate/p2p/p2p.hxx
2022-06-01 12:22:35 +02:00

18 lines
249 B
C++

#ifndef p2p_hxx
#define p2p_hxx
#include "rutil/compat.hxx"
namespace p2p
{
// Reload types
typedef ::uint32_t KindId;
typedef ::uint32_t Generation;
typedef ::uint8_t ReplicaNumber;
typedef ::uint64_t TransactionId;
} // p2p
#endif // p2p_hxx