* Added the files for work units for the purpose of sending out updates to regions.

This commit is contained in:
Teravus Ovares
2008-01-08 06:55:57 +00:00
parent ad411d52a8
commit f7437b7b5e
3 changed files with 78 additions and 0 deletions

View File

@@ -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;