diff options
author | Teravus Ovares | 2008-01-08 06:55:57 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-01-08 06:55:57 +0000 |
commit | f7437b7b5e6a58980ee2c814d38fadb99890f970 (patch) | |
tree | bb7b7d491ccb008c92ece5fe77d7251f91e1df73 /OpenSim/Grid/MessagingServer/MessageService.cs | |
parent | * Added more methods to MessageService (diff) | |
download | opensim-SC_OLD-f7437b7b5e6a58980ee2c814d38fadb99890f970.zip opensim-SC_OLD-f7437b7b5e6a58980ee2c814d38fadb99890f970.tar.gz opensim-SC_OLD-f7437b7b5e6a58980ee2c814d38fadb99890f970.tar.bz2 opensim-SC_OLD-f7437b7b5e6a58980ee2c814d38fadb99890f970.tar.xz |
* Added the files for work units for the purpose of sending out updates to regions.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Grid/MessagingServer/MessageService.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Grid/MessagingServer/MessageService.cs b/OpenSim/Grid/MessagingServer/MessageService.cs index 4baf51e..01bd9af 100644 --- a/OpenSim/Grid/MessagingServer/MessageService.cs +++ b/OpenSim/Grid/MessagingServer/MessageService.cs | |||
@@ -55,6 +55,10 @@ namespace OpenSim.Grid.MessagingServer | |||
55 | //A hashtable containing lists of UUIDs keyed by UUID for fast backreferencing | 55 | //A hashtable containing lists of UUIDs keyed by UUID for fast backreferencing |
56 | private Hashtable m_presence_BackReferences = new Hashtable(); | 56 | private Hashtable m_presence_BackReferences = new Hashtable(); |
57 | 57 | ||
58 | // Hashtable containing work units that need to be processed | ||
59 | private Hashtable m_unProcessedWorkUnits = new Hashtable(); | ||
60 | |||
61 | |||
58 | public MessageService(LogBase log, MessageServerConfig cfg) | 62 | public MessageService(LogBase log, MessageServerConfig cfg) |
59 | { | 63 | { |
60 | m_log = log; | 64 | m_log = log; |