mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Merge branch 'master' into varregion
This commit is contained in:
@@ -51,10 +51,17 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
UUID = 5
|
||||
}
|
||||
|
||||
public struct JsonStoreStats
|
||||
{
|
||||
public int StoreCount;
|
||||
}
|
||||
|
||||
public delegate void TakeValueCallback(string s);
|
||||
|
||||
public interface IJsonStoreModule
|
||||
{
|
||||
JsonStoreStats GetStoreStats();
|
||||
|
||||
bool AttachObjectStore(UUID objectID);
|
||||
bool CreateStore(string value, ref UUID result);
|
||||
bool DestroyStore(UUID storeID);
|
||||
|
||||
Reference in New Issue
Block a user