aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer/IGridMessagingModule.cs
blob: 969910ea196cc05b6fa0718eec7db4d29e26db55 (plain)
1
2
3
4
5
6
7
8
9
10
11
using System;
using System.Collections.Generic;
using OpenSim.Framework.Servers;

namespace OpenSim.Grid.GridServer
{
    public interface IGridMessagingModule
    {
        List<MessageServerInfo> MessageServers { get; }
    }
}