From 4792e6139a86f2dd93ced34582eef3599b804794 Mon Sep 17 00:00:00 2001 From: Dahlia Trimble Date: Sat, 25 Apr 2009 05:06:01 +0000 Subject: Thanks Bluewall for Mantis #3519: a patch that adds simulator uptime and version to REST/json statistics reporting --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs') diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 40f25ae..48612ab 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs @@ -10312,7 +10312,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP return handler.PacketQueue.GetStats(); } - public string XReport() + public string XReport(string uptime, string version) { return ""; } -- cgit v1.1