From aa06d9f98b9f73f48e65de2bea2d1c129b1bf9bc Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Tue, 28 Jul 2009 19:28:01 +0000 Subject: Add the new StatusData block to the other two searchh packets --- OpenSim/Framework/IClientAPI.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenSim/Framework') 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 public bool forSale; public bool auction; public float dwell; + public uint Status; } public struct DirPeopleReplyData @@ -475,6 +476,7 @@ namespace OpenSim.Framework public string date; public uint unixTime; public uint eventFlags; + public uint Status; } public struct DirGroupsReplyData -- cgit v1.1