diff options
author | Justin Clarke Casey | 2008-01-28 19:49:07 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-01-28 19:49:07 +0000 |
commit | fa5fe6b7f6f187817ad166799f99fe2e5699fbf1 (patch) | |
tree | cad7d66b148ea366edb13b69059fbc11d6085414 /OpenSim/Grid/AssetServer/RestService.cs | |
parent | * ODE Going to Time Step 0.020 = (1000\20) - ((1000\20) * .09) = ~45 pfps (diff) | |
download | opensim-SC_OLD-fa5fe6b7f6f187817ad166799f99fe2e5699fbf1.zip opensim-SC_OLD-fa5fe6b7f6f187817ad166799f99fe2e5699fbf1.tar.gz opensim-SC_OLD-fa5fe6b7f6f187817ad166799f99fe2e5699fbf1.tar.bz2 opensim-SC_OLD-fa5fe6b7f6f187817ad166799f99fe2e5699fbf1.tar.xz |
* Move AssetStatsReporter to Framework.Statistics
* The hooks are still plugged in too high at the asset server, but then next layer down is the database and this may be refactored soon.
* This change will requires a prebuild
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Grid/AssetServer/RestService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Grid/AssetServer/RestService.cs b/OpenSim/Grid/AssetServer/RestService.cs index 36dcdb0..6e4ae8f 100644 --- a/OpenSim/Grid/AssetServer/RestService.cs +++ b/OpenSim/Grid/AssetServer/RestService.cs | |||
@@ -35,6 +35,7 @@ using libsecondlife; | |||
35 | using OpenSim.Framework; | 35 | using OpenSim.Framework; |
36 | using OpenSim.Framework.Console; | 36 | using OpenSim.Framework.Console; |
37 | using OpenSim.Framework.Servers; | 37 | using OpenSim.Framework.Servers; |
38 | using OpenSim.Framework.Statistics; | ||
38 | 39 | ||
39 | namespace OpenSim.Grid.AssetServer | 40 | namespace OpenSim.Grid.AssetServer |
40 | { | 41 | { |