mirror of
https://github.com/opensim/opensim.git
synced 2026-06-05 10:35:39 +08:00
Grid server V2.0! Now with extra crunchy SQL support.
Status: * Prebuild will be broken, someone needs to update prebuild.xml with the new dependencies. * The sim status check function does not yet function. * Sims must be manually added to the database - automatic insertion isnt supported yet.
This commit is contained in:
@@ -61,5 +61,13 @@ namespace OpenGrid.Framework.Data
|
||||
/// </summary>
|
||||
/// <remarks>Used for floating sim pools where the region data is not nessecarily coupled to a specific server</remarks>
|
||||
public string regionDataURI;
|
||||
|
||||
public string regionAssetURI;
|
||||
public string regionAssetSendKey;
|
||||
public string regionAssetRecvKey;
|
||||
|
||||
public string regionUserURI;
|
||||
public string regionUserSendKey;
|
||||
public string regionUserRecvKey;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user