aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IInterregionComms.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IInterregionComms.cs')
-rw-r--r--OpenSim/Region/Framework/Interfaces/IInterregionComms.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IInterregionComms.cs b/OpenSim/Region/Framework/Interfaces/IInterregionComms.cs
index 15268c1..ef3cb51 100644
--- a/OpenSim/Region/Framework/Interfaces/IInterregionComms.cs
+++ b/OpenSim/Region/Framework/Interfaces/IInterregionComms.cs
@@ -56,6 +56,8 @@ namespace OpenSim.Region.Framework.Interfaces
56 /// <returns></returns> 56 /// <returns></returns>
57 bool SendChildAgentUpdate(ulong regionHandle, AgentPosition data); 57 bool SendChildAgentUpdate(ulong regionHandle, AgentPosition data);
58 58
59 bool SendRetrieveRootAgent(ulong regionHandle, UUID id, out IAgentData agent);
60
59 /// <summary> 61 /// <summary>
60 /// Message from receiving region to departing region, telling it got contacted by the client. 62 /// Message from receiving region to departing region, telling it got contacted by the client.
61 /// When sent over REST, it invokes the opaque uri. 63 /// When sent over REST, it invokes the opaque uri.