mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Fixes Mantis # 3469. Thank you kindly, BlueWall, for a patch that:
This patch adds extended status reporting with the url http://server:port/simstatusx/ [^] . The data is returned in json format as "text/plain" type.
This commit is contained in:
@@ -10290,5 +10290,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
LLPacketHandler handler = (LLPacketHandler) m_PacketHandler;
|
||||
return handler.PacketQueue.GetStats();
|
||||
}
|
||||
|
||||
public string XReport()
|
||||
{
|
||||
return "";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user