From f0ecc1de4ccb40ed23b5bc925130bda3ff07c1a6 Mon Sep 17 00:00:00 2001 From: MW Date: Tue, 10 Jul 2007 20:52:43 +0000 Subject: preliminary inter region communications (between regions in different instances) now works, so child agents and border crossings (and teleporting) now work. The .net remoting is still very basic: we need security sinks added. And we really need the OGS 2 protocol as soon as possible. --- OpenSim/Framework/General/Types/AgentCiruitData.cs | 2 ++ OpenSim/Framework/General/Types/RegionInfo.cs | 1 + 2 files changed, 3 insertions(+) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/General/Types/AgentCiruitData.cs b/OpenSim/Framework/General/Types/AgentCiruitData.cs index 00e9d0a..ed9ee3c 100644 --- a/OpenSim/Framework/General/Types/AgentCiruitData.cs +++ b/OpenSim/Framework/General/Types/AgentCiruitData.cs @@ -26,9 +26,11 @@ * */ using libsecondlife; +using System; namespace OpenSim.Framework.Types { + [Serializable] public class AgentCircuitData { public AgentCircuitData() { } diff --git a/OpenSim/Framework/General/Types/RegionInfo.cs b/OpenSim/Framework/General/Types/RegionInfo.cs index 72d1a4c..cfc0925 100644 --- a/OpenSim/Framework/General/Types/RegionInfo.cs +++ b/OpenSim/Framework/General/Types/RegionInfo.cs @@ -130,6 +130,7 @@ namespace OpenSim.Framework.Types m_remotingPort = value; } } + public string RemotingAddress; public string DataStore = ""; public bool isSandbox = false; -- cgit v1.1