mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
* Added some userserver glue for communications with the message server
* Added some code for the message server, fixed a few references and starting to flesh it out.
This commit is contained in:
17
OpenSim/Framework/Servers/MessageServerInfo.cs
Normal file
17
OpenSim/Framework/Servers/MessageServerInfo.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenSim.Framework.Servers
|
||||
{
|
||||
public class MessageServerInfo
|
||||
{
|
||||
public string URI;
|
||||
public string sendkey;
|
||||
public string recvkey;
|
||||
public List<ulong> responsibleForRegions;
|
||||
public MessageServerInfo()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user