From 06520870495be829c10553f09aede1556647dd5d Mon Sep 17 00:00:00 2001 From: gareth Date: Sun, 18 Mar 2007 19:25:32 +0000 Subject: Added child_agent flag --- src/GridInterfaces/IGridServer.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/GridInterfaces/IGridServer.cs') 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 public string firstname; public string lastname; public uint circuitcode; + public bool child_agent; } -- cgit v1.1