diff options
author | Alex Auvolat <alex@adnab.me> | 2022-09-12 17:43:10 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-09-12 17:43:10 +0200 |
commit | f022a77f97c169807ae098e101a29301c0d19fbd (patch) | |
tree | c5121a4ef809394b6404bce8933b007f5a671e47 /src/peering/fullmesh.rs | |
parent | 8a7aca98375ff20effaab3d7c95124bd4cbc925c (diff) | |
download | netapp-f022a77f97c169807ae098e101a29301c0d19fbd.tar.gz netapp-f022a77f97c169807ae098e101a29301c0d19fbd.zip |
Add documentation
Diffstat (limited to 'src/peering/fullmesh.rs')
-rw-r--r-- | src/peering/fullmesh.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/peering/fullmesh.rs b/src/peering/fullmesh.rs index 7f1c065..2f3330e 100644 --- a/src/peering/fullmesh.rs +++ b/src/peering/fullmesh.rs @@ -81,6 +81,7 @@ impl PeerInfoInternal { } } +/// Information that the full mesh peering strategy can return about the peers it knows of #[derive(Copy, Clone, Debug)] pub struct PeerInfo { /// The node's identifier (its public key) |