aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer
diff options
context:
space:
mode:
authorTeravus Ovares2008-01-07 01:39:26 +0000
committerTeravus Ovares2008-01-07 01:39:26 +0000
commitf43e75762a4fe4458d8fd70e0e029ee4113c413f (patch)
tree940178f6b2c221b597869a1841f7c8789832af44 /OpenSim/Grid/GridServer
parentMore inventory work for CharlieO. Final patch to make it all work yet to come. (diff)
downloadopensim-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')
-rw-r--r--OpenSim/Grid/GridServer/GridManager.cs2
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;