diff options
Diffstat (limited to 'OpenSim/Grid/GridServer')
-rw-r--r-- | OpenSim/Grid/GridServer/GridManager.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Grid/GridServer/GridManager.cs b/OpenSim/Grid/GridServer/GridManager.cs index 61f1fd7..52d087b 100644 --- a/OpenSim/Grid/GridServer/GridManager.cs +++ b/OpenSim/Grid/GridServer/GridManager.cs | |||
@@ -45,6 +45,8 @@ namespace OpenSim.Grid.GridServer | |||
45 | { | 45 | { |
46 | private Dictionary<string, IGridData> _plugins = new Dictionary<string, IGridData>(); | 46 | private Dictionary<string, IGridData> _plugins = new Dictionary<string, IGridData>(); |
47 | private Dictionary<string, ILogData> _logplugins = new Dictionary<string, ILogData>(); | 47 | private Dictionary<string, ILogData> _logplugins = new Dictionary<string, ILogData>(); |
48 | |||
49 | // This is here so that the grid server can hand out MessageServer settings to regions on registration | ||
48 | private List<MessageServerInfo> _MessageServers = new List<MessageServerInfo>(); | 50 | private List<MessageServerInfo> _MessageServers = new List<MessageServerInfo>(); |
49 | 51 | ||
50 | public GridConfig config; | 52 | public GridConfig config; |