mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 15:18:44 +05:00
ActiveSession in sessionmanager
This commit is contained in:
@@ -60,6 +60,6 @@ func (self *CmdActiveSessions) PostprocessRpcParams() error {
|
||||
}
|
||||
|
||||
func (self *CmdActiveSessions) RpcResult() interface{} {
|
||||
var sessions *[]*sessionmanager.Session
|
||||
var sessions *[]*sessionmanager.ActiveSession
|
||||
return &sessions
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user