diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneBase.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneBase.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneBase.cs b/OpenSim/Region/Framework/Scenes/SceneBase.cs index f50fbfc..e8134cd 100644 --- a/OpenSim/Region/Framework/Scenes/SceneBase.cs +++ b/OpenSim/Region/Framework/Scenes/SceneBase.cs | |||
@@ -138,6 +138,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
138 | get { return m_permissions; } | 138 | get { return m_permissions; } |
139 | } | 139 | } |
140 | 140 | ||
141 | protected string m_datastore; | ||
142 | |||
141 | /* Used by the loadbalancer plugin on GForge */ | 143 | /* Used by the loadbalancer plugin on GForge */ |
142 | protected RegionStatus m_regStatus; | 144 | protected RegionStatus m_regStatus; |
143 | public RegionStatus RegionStatus | 145 | public RegionStatus RegionStatus |