mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
missed a file
This commit is contained in:
parent
e32984a5aa
commit
8b85c5ec12
@ -73,6 +73,7 @@ struct NetworkConnectionInner {
|
|||||||
struct NetworkConnectionArc {
|
struct NetworkConnectionArc {
|
||||||
descriptor: ConnectionDescriptor,
|
descriptor: ConnectionDescriptor,
|
||||||
established_time: u64,
|
established_time: u64,
|
||||||
|
stopper: Eventual,
|
||||||
inner: AsyncMutex<NetworkConnectionInner>,
|
inner: AsyncMutex<NetworkConnectionInner>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user