mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
Major ass commit
Added new "Datastore" parameter to simconfig.xml which is passed to storage engines via a new Initialise() function.
This commit is contained in:
@@ -36,6 +36,7 @@ namespace OpenSim.Framework.Interfaces
|
||||
/// </summary>
|
||||
public interface ILocalStorage
|
||||
{
|
||||
void Initialise(string datastore);
|
||||
void StorePrim(PrimData prim);
|
||||
void RemovePrim(LLUUID primID);
|
||||
void LoadPrimitives(ILocalStorageReceiver receiver);
|
||||
|
||||
Reference in New Issue
Block a user