diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Services/Interfaces/IUserService.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Services/Interfaces/IUserService.cs b/OpenSim/Services/Interfaces/IUserService.cs index eb77bd4..2a4e79d 100644 --- a/OpenSim/Services/Interfaces/IUserService.cs +++ b/OpenSim/Services/Interfaces/IUserService.cs | |||
@@ -57,6 +57,12 @@ namespace OpenSim.Services.Interfaces | |||
57 | public int GodLevel; | 57 | public int GodLevel; |
58 | public int UserFlags; | 58 | public int UserFlags; |
59 | public string AccountType; | 59 | public string AccountType; |
60 | |||
61 | // This is only used internally. It needs to be set | ||
62 | // to the secret of the sending region when updating | ||
63 | // user data. | ||
64 | // | ||
65 | public UUID RegionSecret; | ||
60 | }; | 66 | }; |
61 | 67 | ||
62 | public interface IUserDataService | 68 | public interface IUserDataService |