builtin/network: network::PeerId
This commit is contained in:
parent
77c9c9173d
commit
cb403add89
@ -8,9 +8,11 @@
|
||||
|
||||
namespace network
|
||||
{
|
||||
typedef size_t PeerId;
|
||||
|
||||
struct PeerInfo
|
||||
{
|
||||
typedef size_t Id;
|
||||
typedef PeerId Id;
|
||||
|
||||
Id id = 0;
|
||||
ss_ address;
|
||||
|
Loading…
x
Reference in New Issue
Block a user