aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
diff options
context:
space:
mode:
authorTeravus Ovares2008-01-16 03:33:46 +0000
committerTeravus Ovares2008-01-16 03:33:46 +0000
commit5958192398bcb48fa5ec4dfd2b2485f798e525a6 (patch)
treef52479b2229827289f247aa6f725315994e0a6bb /OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
parent* Refactored the SimStatsReporter to reuse the same packet and packet blocks ... (diff)
downloadopensim-SC_OLD-5958192398bcb48fa5ec4dfd2b2485f798e525a6.zip
opensim-SC_OLD-5958192398bcb48fa5ec4dfd2b2485f798e525a6.tar.gz
opensim-SC_OLD-5958192398bcb48fa5ec4dfd2b2485f798e525a6.tar.bz2
opensim-SC_OLD-5958192398bcb48fa5ec4dfd2b2485f798e525a6.tar.xz
* Added Packets In/s, Packets Out/s and Current un_acked Packets to the SimStatsReporter
* This doesn't take into account the throttler, it just assumes the throttle limit isn't reached.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
index 809a13b..ecc2df4 100644
--- a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
@@ -142,6 +142,7 @@ namespace SimpleApp
142 public event FriendActionDelegate OnApproveFriendRequest; 142 public event FriendActionDelegate OnApproveFriendRequest;
143 public event FriendActionDelegate OnDenyFriendRequest; 143 public event FriendActionDelegate OnDenyFriendRequest;
144 public event FriendshipTermination OnTerminateFriendship; 144 public event FriendshipTermination OnTerminateFriendship;
145 public event PacketStats OnPacketStats;
145 146
146#pragma warning restore 67 147#pragma warning restore 67
147 148