aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGrid.Framework.Data/UserProfileData.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenGrid.Framework.Data/UserProfileData.cs')
-rw-r--r--OpenGrid.Framework.Data/UserProfileData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenGrid.Framework.Data/UserProfileData.cs b/OpenGrid.Framework.Data/UserProfileData.cs
index ec89107..3f42762 100644
--- a/OpenGrid.Framework.Data/UserProfileData.cs
+++ b/OpenGrid.Framework.Data/UserProfileData.cs
@@ -38,7 +38,7 @@ namespace OpenGrid.Framework.Data
38 38
39 public class UserAgentData 39 public class UserAgentData
40 { 40 {
41 public LLUUID UUID; // Internal session ID 41 public LLUUID UUID; // Account ID
42 public string agentIP; // The IP of the agent 42 public string agentIP; // The IP of the agent
43 public uint agentPort; // The port of the agent 43 public uint agentPort; // The port of the agent
44 public bool agentOnline; // The online status of the agent 44 public bool agentOnline; // The online status of the agent