diff options
author | Teravus Ovares | 2008-01-07 01:39:26 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-01-07 01:39:26 +0000 |
commit | f43e75762a4fe4458d8fd70e0e029ee4113c413f (patch) | |
tree | 940178f6b2c221b597869a1841f7c8789832af44 /OpenSim/Grid/GridServer/GridManager.cs | |
parent | More inventory work for CharlieO. Final patch to make it all work yet to come. (diff) | |
download | opensim-SC_OLD-f43e75762a4fe4458d8fd70e0e029ee4113c413f.zip opensim-SC_OLD-f43e75762a4fe4458d8fd70e0e029ee4113c413f.tar.gz opensim-SC_OLD-f43e75762a4fe4458d8fd70e0e029ee4113c413f.tar.bz2 opensim-SC_OLD-f43e75762a4fe4458d8fd70e0e029ee4113c413f.tar.xz |
* Adding More to the MessageServer classes.
* Don't forget to prebuild
Diffstat (limited to 'OpenSim/Grid/GridServer/GridManager.cs')
-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; |