aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorMelanie Thielker2009-07-28 19:28:01 +0000
committerMelanie Thielker2009-07-28 19:28:01 +0000
commitaa06d9f98b9f73f48e65de2bea2d1c129b1bf9bc (patch)
tree069c0e18c6fa06a2ed592badf7d62afafdd9a5d6 /OpenSim/Framework/IClientAPI.cs
parentFix a null data block in DirClassifiedReply packet, preventing a session (diff)
downloadopensim-SC_OLD-aa06d9f98b9f73f48e65de2bea2d1c129b1bf9bc.zip
opensim-SC_OLD-aa06d9f98b9f73f48e65de2bea2d1c129b1bf9bc.tar.gz
opensim-SC_OLD-aa06d9f98b9f73f48e65de2bea2d1c129b1bf9bc.tar.bz2
opensim-SC_OLD-aa06d9f98b9f73f48e65de2bea2d1c129b1bf9bc.tar.xz
Add the new StatusData block to the other two searchh packets
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 8c4fb0e..1594c44 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -455,6 +455,7 @@ namespace OpenSim.Framework
455 public bool forSale; 455 public bool forSale;
456 public bool auction; 456 public bool auction;
457 public float dwell; 457 public float dwell;
458 public uint Status;
458 } 459 }
459 460
460 public struct DirPeopleReplyData 461 public struct DirPeopleReplyData
@@ -475,6 +476,7 @@ namespace OpenSim.Framework
475 public string date; 476 public string date;
476 public uint unixTime; 477 public uint unixTime;
477 public uint eventFlags; 478 public uint eventFlags;
479 public uint Status;
478 } 480 }
479 481
480 public struct DirGroupsReplyData 482 public struct DirGroupsReplyData