diff --git a/OpenSim/Services/Interfaces/IUserService.cs b/OpenSim/Services/Interfaces/IUserService.cs index eb77bd4b5e..2a4e79dc69 100644 --- a/OpenSim/Services/Interfaces/IUserService.cs +++ b/OpenSim/Services/Interfaces/IUserService.cs @@ -57,6 +57,12 @@ namespace OpenSim.Services.Interfaces public int GodLevel; public int UserFlags; public string AccountType; + + // This is only used internally. It needs to be set + // to the secret of the sending region when updating + // user data. + // + public UUID RegionSecret; }; public interface IUserDataService