diff options
Diffstat (limited to 'OpenSim/Framework/Statistics/Interfaces')
-rw-r--r-- | OpenSim/Framework/Statistics/Interfaces/IStatsCollector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Statistics/Interfaces/IStatsCollector.cs b/OpenSim/Framework/Statistics/Interfaces/IStatsCollector.cs index ac8133d..c1a8f73 100644 --- a/OpenSim/Framework/Statistics/Interfaces/IStatsCollector.cs +++ b/OpenSim/Framework/Statistics/Interfaces/IStatsCollector.cs | |||
@@ -44,6 +44,6 @@ namespace OpenSim.Framework.Statistics | |||
44 | /// <returns> | 44 | /// <returns> |
45 | /// A <see cref="System.String"/> | 45 | /// A <see cref="System.String"/> |
46 | /// </returns> | 46 | /// </returns> |
47 | string XReport(); | 47 | string XReport(string uptime, string version); |
48 | } | 48 | } |
49 | } | 49 | } |