missed a file

This commit is contained in:
John Smith 2022-01-03 23:58:47 -05:00
parent e32984a5aa
commit 8b85c5ec12

View File

@ -73,6 +73,7 @@ struct NetworkConnectionInner {
struct NetworkConnectionArc {
descriptor: ConnectionDescriptor,
established_time: u64,
stopper: Eventual,
inner: AsyncMutex<NetworkConnectionInner>,
}