From 082f2baebe300e1313a34444c42dcc0a20c44baf Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Tue, 27 Nov 2007 13:46:52 +0000 Subject: Fixed an event in the events chain in inter-region communications. As a consequence, restarting sims in the same process instance now shows them when they come back up in grid mode and standalone mode. --- OpenSim/Framework/Communications/IGridServices.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Framework/Communications/IGridServices.cs') diff --git a/OpenSim/Framework/Communications/IGridServices.cs b/OpenSim/Framework/Communications/IGridServices.cs index c1fb9c4..b67db89 100644 --- a/OpenSim/Framework/Communications/IGridServices.cs +++ b/OpenSim/Framework/Communications/IGridServices.cs @@ -32,6 +32,7 @@ namespace OpenSim.Framework.Communications { public interface IGridServices { + string gdebugRegionName { get; set; } RegionCommsListener RegisterRegion(RegionInfo regionInfos); bool DeregisterRegion(RegionInfo regionInfo); List RequestNeighbours(uint x, uint y); -- cgit v1.1