diff options
-rw-r--r-- | src/GridInterfaces/IGridServer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GridInterfaces/IGridServer.cs b/src/GridInterfaces/IGridServer.cs index c56afcd..b452802 100644 --- a/src/GridInterfaces/IGridServer.cs +++ b/src/GridInterfaces/IGridServer.cs | |||
@@ -129,6 +129,7 @@ namespace OpenSim.GridServers | |||
129 | public string firstname; | 129 | public string firstname; |
130 | public string lastname; | 130 | public string lastname; |
131 | public uint circuitcode; | 131 | public uint circuitcode; |
132 | public bool child_agent; | ||
132 | } | 133 | } |
133 | 134 | ||
134 | 135 | ||