Add RegionSecret to user data structure to provide data update security

0.6.6-post-fixes
Melanie Thielker 2009-06-23 09:04:30 +00:00
parent 56d0966a32
commit 0fecf4666c
1 changed files with 6 additions and 0 deletions

View File

@ -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