mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
add AddOpenSimExtraFeature to simulator features, so it is done under proper locking. Fix gridservice extra features merge (they override older). This does need a future cleanup
This commit is contained in:
@@ -40,6 +40,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
{
|
||||
event SimulatorFeaturesRequestDelegate OnSimulatorFeaturesRequest;
|
||||
void AddFeature(string name, OSD value);
|
||||
void AddOpenSimExtraFeature(string name, OSD value);
|
||||
bool RemoveFeature(string name);
|
||||
bool TryGetFeature(string name, out OSD value);
|
||||
OSDMap GetFeatures();
|
||||
|
||||
Reference in New Issue
Block a user