diff options
author | gareth | 2007-03-18 19:25:32 +0000 |
---|---|---|
committer | gareth | 2007-03-18 19:25:32 +0000 |
commit | 06520870495be829c10553f09aede1556647dd5d (patch) | |
tree | 55e4742c2228418edcf3f9f93add8bebf0322290 | |
parent | fixed build in nant (diff) | |
download | opensim-SC_OLD-06520870495be829c10553f09aede1556647dd5d.zip opensim-SC_OLD-06520870495be829c10553f09aede1556647dd5d.tar.gz opensim-SC_OLD-06520870495be829c10553f09aede1556647dd5d.tar.bz2 opensim-SC_OLD-06520870495be829c10553f09aede1556647dd5d.tar.xz |
Added child_agent flag
Diffstat (limited to '')
-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 | ||