mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-04-29 16:58:34 +00:00
Add comments for additional code
This commit is contained in:
parent
9c0f0a0cd5
commit
ee19bcc08c
4 changed files with 8 additions and 0 deletions
|
@ -140,6 +140,8 @@ func (s *service) Register(server *grpc.Server) {
|
|||
hs.ohm = om
|
||||
}))
|
||||
RegisterHandlerServiceServer(server, hs)
|
||||
|
||||
// For compatibility purposes
|
||||
vCoreDesc := _HandlerService_serviceDesc
|
||||
vCoreDesc.ServiceName = "v2ray.core.app.proxyman.command.HandlerService"
|
||||
server.RegisterService(&vCoreDesc, hs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue