1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-18 03:29:12 -04:00
This commit is contained in:
Darien Raymond
2018-04-04 00:57:44 +02:00
parent 9f198d7e3d
commit a3f47f4fa2
7 changed files with 20 additions and 2 deletions

View File

@@ -211,6 +211,7 @@ func (s *Instance) OutboundHandlerManager() OutboundHandlerManager {
return &(s.ohm)
}
// Stats returns the StatManager used by this Instance. If StatManager was not registered before, the returned value doesn't work.
func (s *Instance) Stats() StatManager {
return &(s.stats)
}