mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
Refactored the GridServer into a GridDBService and a set of "modules".
Currently they aren't plugin modules as the support for dynamically loading them isn't complete.
This commit is contained in:
11
OpenSim/Grid/GridServer/IGridMessagingModule.cs
Normal file
11
OpenSim/Grid/GridServer/IGridMessagingModule.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using OpenSim.Framework.Servers;
|
||||
|
||||
namespace OpenSim.Grid.GridServer
|
||||
{
|
||||
public interface IGridMessagingModule
|
||||
{
|
||||
List<MessageServerInfo> MessageServers { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user