aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorMelanie Thielker2014-08-20 04:39:48 +0200
committerMelanie Thielker2014-08-20 04:39:48 +0200
commit24b4f6ad7b9e9b54b3efb80aec462fa03e226c32 (patch)
tree3128c12ea30a35b30caaf598a8a023c5987d279d /OpenSim/Framework/IClientAPI.cs
parentExpect a missing directory, the asset cache is shared. Prevent spew if (diff)
parent also send attachment pre-kills on crossings (diff)
downloadopensim-SC-24b4f6ad7b9e9b54b3efb80aec462fa03e226c32.zip
opensim-SC-24b4f6ad7b9e9b54b3efb80aec462fa03e226c32.tar.gz
opensim-SC-24b4f6ad7b9e9b54b3efb80aec462fa03e226c32.tar.bz2
opensim-SC-24b4f6ad7b9e9b54b3efb80aec462fa03e226c32.tar.xz
Merge branch 'ubitworkmaster'
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 22cc79d..3b0430b 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -755,6 +755,8 @@ namespace OpenSim.Framework
755 /// </summary> 755 /// </summary>
756 bool IsActive { get; set; } 756 bool IsActive { get; set; }
757 757
758 int PingTimeMS { get; }
759
758 /// <summary> 760 /// <summary>
759 /// Set if the client is closing due to a logout request 761 /// Set if the client is closing due to a logout request
760 /// </summary> 762 /// </summary>