mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
Unpacking the mess with OtherRegionUp, so we can have a real cache of the neighbours in the grid service modules.
This commit is contained in:
@@ -28,11 +28,12 @@
|
||||
using System;
|
||||
using OpenSim.Framework;
|
||||
using OpenMetaverse;
|
||||
using GridRegion = OpenSim.Services.Interfaces.GridRegion;
|
||||
|
||||
namespace OpenSim.Services.Interfaces
|
||||
{
|
||||
public interface INeighbourService
|
||||
{
|
||||
bool HelloNeighbour(ulong regionHandle, RegionInfo thisRegion);
|
||||
GridRegion HelloNeighbour(ulong regionHandle, RegionInfo otherRegion);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user