File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
src/ResourceManager/Network/Commands.Network Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 600
600
<Project >{70527617-7598-4aef-b5bd-db9186b8184b}</Project >
601
601
<Name >Commands.Common.Authentication.Abstractions</Name >
602
602
</ProjectReference >
603
+ <ProjectReference Include =" ..\..\..\Common\Commands.Common.Authentication\Commands.Common.Authentication.csproj" >
604
+ <Project >{d3804b64-c0d3-48f8-82ec-1f632f833c9e}</Project >
605
+ <Name >Commands.Common.Authentication</Name >
606
+ </ProjectReference >
603
607
<ProjectReference Include =" ..\..\..\Common\Commands.Common\Commands.Common.csproj" >
604
608
<Project >{5ee72c53-1720-4309-b54b-5fb79703195f}</Project >
605
609
<Name >Commands.Common</Name >
606
610
</ProjectReference >
611
+ <ProjectReference Include =" ..\..\Common\Commands.Common.Authentication.ResourceManager\Commands.Common.Authentication.ResourceManager.csproj" >
612
+ <Project >{69c2eb6b-cd63-480a-89a0-c489706e9299}</Project >
613
+ <Name >Commands.Common.Authentication.ResourceManager</Name >
614
+ </ProjectReference >
607
615
<ProjectReference Include =" ..\..\Common\Commands.ResourceManager.Common\Commands.ResourceManager.Common.csproj" >
608
616
<Project >{3819d8a7-c62c-4c47-8ddd-0332d9ce1252}</Project >
609
617
<Name >Commands.ResourceManager.Common</Name >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public class PSBGPPeerStatus
19
19
public int ? Asn { get ; set ; }
20
20
public string ConnectedDuration { get ; set ; }
21
21
public string LocalAddress { get ; set ; }
22
- public int ? MessagesReceived { get ; set ; }
22
+ public long ? MessagesReceived { get ; set ; }
23
23
public long ? MessagesSent { get ; set ; }
24
24
public string Neighbor { get ; set ; }
25
25
public long ? RoutesReceived { get ; set ; }
You can’t perform that action at this time.
0 commit comments