mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
* Added the files for work units for the purpose of sending out updates to regions.
This commit is contained in:
@@ -55,6 +55,10 @@ namespace OpenSim.Grid.MessagingServer
|
||||
//A hashtable containing lists of UUIDs keyed by UUID for fast backreferencing
|
||||
private Hashtable m_presence_BackReferences = new Hashtable();
|
||||
|
||||
// Hashtable containing work units that need to be processed
|
||||
private Hashtable m_unProcessedWorkUnits = new Hashtable();
|
||||
|
||||
|
||||
public MessageService(LogBase log, MessageServerConfig cfg)
|
||||
{
|
||||
m_log = log;
|
||||
|
||||
Reference in New Issue
Block a user