aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/GridInterfaces/IGridServer.cs
diff options
context:
space:
mode:
authorgareth2007-03-18 19:25:32 +0000
committergareth2007-03-18 19:25:32 +0000
commit06520870495be829c10553f09aede1556647dd5d (patch)
tree55e4742c2228418edcf3f9f93add8bebf0322290 /src/GridInterfaces/IGridServer.cs
parentfixed build in nant (diff)
downloadopensim-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.cs1
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