diff options
author | UbitUmarov | 2017-05-25 01:28:02 +0100 |
---|---|---|
committer | UbitUmarov | 2017-05-25 01:28:02 +0100 |
commit | 9a1d94f455d9efcf5be8c298535470483ccba41e (patch) | |
tree | 917913f333ae0730a767d831e915fa0c7be17f4e /OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs | |
parent | add a bit more pre exit cleanup (diff) | |
download | opensim-SC-9a1d94f455d9efcf5be8c298535470483ccba41e.zip opensim-SC-9a1d94f455d9efcf5be8c298535470483ccba41e.tar.gz opensim-SC-9a1d94f455d9efcf5be8c298535470483ccba41e.tar.bz2 opensim-SC-9a1d94f455d9efcf5be8c298535470483ccba41e.tar.xz |
remove use of libomv BlockingQueue
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs index 69ff713..0dd88ad 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs | |||
@@ -89,8 +89,8 @@ namespace OpenSim.Region.ClientStack.Linden | |||
89 | private Dictionary<UUID, string> m_capsDict = new Dictionary<UUID, string>(); | 89 | private Dictionary<UUID, string> m_capsDict = new Dictionary<UUID, string>(); |
90 | private static Thread[] m_workerThreads = null; | 90 | private static Thread[] m_workerThreads = null; |
91 | private static int m_NumberScenes = 0; | 91 | private static int m_NumberScenes = 0; |
92 | private static OpenMetaverse.BlockingQueue<aPollRequest> m_queue = | 92 | private static OpenSim.Framework.BlockingQueue<aPollRequest> m_queue = |
93 | new OpenMetaverse.BlockingQueue<aPollRequest>(); | 93 | new OpenSim.Framework.BlockingQueue<aPollRequest>(); |
94 | 94 | ||
95 | private Dictionary<UUID, PollServiceMeshEventArgs> m_pollservices = new Dictionary<UUID, PollServiceMeshEventArgs>(); | 95 | private Dictionary<UUID, PollServiceMeshEventArgs> m_pollservices = new Dictionary<UUID, PollServiceMeshEventArgs>(); |
96 | 96 | ||