My Project 3.7.1
C++ Distributed Hash Table
Loading...
Searching...
No Matches
dht::NodeExport Struct Reference
Collaboration diagram for dht::NodeExport:

Public Member Functions

template<typename Packer>
void msgpack_pack (Packer &pk) const
void msgpack_unpack (msgpack::object o)

Public Attributes

InfoHash id
SockAddr addr

Friends

OPENDHT_PUBLIC friend std::ostream & operator<< (std::ostream &s, const NodeExport &h)

Detailed Description

Definition at line 14 of file node_export.h.

Member Function Documentation

◆ msgpack_pack()

template<typename Packer>
void dht::NodeExport::msgpack_pack ( Packer & pk) const
inline

Definition at line 20 of file node_export.h.

Member Data Documentation

◆ addr

SockAddr dht::NodeExport::addr

Definition at line 17 of file node_export.h.

◆ id

InfoHash dht::NodeExport::id

Definition at line 16 of file node_export.h.


The documentation for this struct was generated from the following file: