diff options
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 3ae90f3..09c6329 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -939,6 +939,9 @@ namespace OpenSim.Framework | |||
939 | 939 | ||
940 | void SendImagePart(ushort numParts, LLUUID ImageUUID, uint ImageSize, byte[] ImageData, byte imageCodec); | 940 | void SendImagePart(ushort numParts, LLUUID ImageUUID, uint ImageSize, byte[] ImageData, byte imageCodec); |
941 | 941 | ||
942 | void SendShutdownConnectionNotice(); | ||
943 | void SendSimStats(Packet pack); | ||
944 | |||
942 | byte[] GetThrottlesPacked(float multiplier); | 945 | byte[] GetThrottlesPacked(float multiplier); |
943 | 946 | ||
944 | 947 | ||