Thanks Bluewall for Mantis #3519: a patch that adds simulator uptime and version to REST/json statistics reporting

This commit is contained in:
Dahlia Trimble
2009-04-25 05:06:01 +00:00
parent 917849eaac
commit 4792e6139a
6 changed files with 15 additions and 17 deletions

View File

@@ -44,6 +44,6 @@ namespace OpenSim.Framework.Statistics
/// <returns>
/// A <see cref="System.String"/>
/// </returns>
string XReport();
string XReport(string uptime, string version);
}
}