mirror of
https://github.com/resiprocate/resiprocate.git
synced 2026-01-12 00:05:02 +08:00
18 lines
249 B
C++
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
|