diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
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 |