mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
chance new effective permissions code to ease aggregation on demand( ie on changes). But still doing full aggregation on checks, so still heavy
This commit is contained in:
@@ -278,10 +278,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
/// <param name="datastore"></param>
|
||||
void ProcessInventoryBackup(ISimulationDataService datastore);
|
||||
|
||||
void AggregateEveryOnePerms(ref uint current);
|
||||
void AggregateGroupOrEveryonePerms(ref uint current);
|
||||
void AggregateGroupPerms(ref uint current);
|
||||
void AggregateOwnerPerms(ref uint current);
|
||||
void AggregateInnerPerms(ref uint owner, ref uint group, ref uint everyone);
|
||||
|
||||
uint MaskEffectivePermissions();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user