diff options
author | Adam Frisby | 2007-05-04 06:51:18 +0000 |
---|---|---|
committer | Adam Frisby | 2007-05-04 06:51:18 +0000 |
commit | 0c78fc3dbcb6414fe39afcf175a73bc1107c1910 (patch) | |
tree | 4a25f82c32dfc92d23e644ca35099b41cc67dcb0 /OpenGrid.Framework.Data/SimProfileData.cs | |
parent | Added Close() function to sanely terminate the grid data interfaces. Declarin... (diff) | |
download | opensim-SC_OLD-0c78fc3dbcb6414fe39afcf175a73bc1107c1910.zip opensim-SC_OLD-0c78fc3dbcb6414fe39afcf175a73bc1107c1910.tar.gz opensim-SC_OLD-0c78fc3dbcb6414fe39afcf175a73bc1107c1910.tar.bz2 opensim-SC_OLD-0c78fc3dbcb6414fe39afcf175a73bc1107c1910.tar.xz |
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.
Diffstat (limited to 'OpenGrid.Framework.Data/SimProfileData.cs')
-rw-r--r-- | OpenGrid.Framework.Data/SimProfileData.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/OpenGrid.Framework.Data/SimProfileData.cs b/OpenGrid.Framework.Data/SimProfileData.cs index a701875..4cc9982 100644 --- a/OpenGrid.Framework.Data/SimProfileData.cs +++ b/OpenGrid.Framework.Data/SimProfileData.cs | |||
@@ -61,5 +61,13 @@ namespace OpenGrid.Framework.Data | |||
61 | /// </summary> | 61 | /// </summary> |
62 | /// <remarks>Used for floating sim pools where the region data is not nessecarily coupled to a specific server</remarks> | 62 | /// <remarks>Used for floating sim pools where the region data is not nessecarily coupled to a specific server</remarks> |
63 | public string regionDataURI; | 63 | public string regionDataURI; |
64 | |||
65 | public string regionAssetURI; | ||
66 | public string regionAssetSendKey; | ||
67 | public string regionAssetRecvKey; | ||
68 | |||
69 | public string regionUserURI; | ||
70 | public string regionUserSendKey; | ||
71 | public string regionUserRecvKey; | ||
64 | } | 72 | } |
65 | } | 73 | } |