mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-17 15:25:35 +00:00
clear members
This commit is contained in:
parent
43284c0bb3
commit
fb7a8c50ac
@ -15,7 +15,9 @@ namespace llarp
|
||||
void
|
||||
RelayUpstreamMessage::Clear()
|
||||
{
|
||||
pathid.Zero();
|
||||
X.Clear();
|
||||
Y.Zero();
|
||||
}
|
||||
|
||||
bool
|
||||
@ -75,7 +77,9 @@ namespace llarp
|
||||
void
|
||||
RelayDownstreamMessage::Clear()
|
||||
{
|
||||
pathid.Zero();
|
||||
X.Clear();
|
||||
Y.Zero();
|
||||
}
|
||||
|
||||
bool
|
||||
|
Loading…
Reference in New Issue
Block a user