diff options
-rw-r--r-- | src/GridInterfaces/IGridServer.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/GridInterfaces/IGridServer.cs b/src/GridInterfaces/IGridServer.cs index b452802..51f5054 100644 --- a/src/GridInterfaces/IGridServer.cs +++ b/src/GridInterfaces/IGridServer.cs | |||
@@ -132,5 +132,14 @@ namespace OpenSim.GridServers | |||
132 | public bool child_agent; | 132 | public bool child_agent; |
133 | } | 133 | } |
134 | 134 | ||
135 | public class neighbourinfo | ||
136 | { | ||
137 | public neighbourinfo() { } | ||
138 | public ulong regionhandle; | ||
139 | public uint RegionLocX; | ||
140 | public uint RegionLocY; | ||
141 | public string sim_ip; | ||
142 | public uint sim_port; | ||
143 | } | ||
135 | 144 | ||
136 | } | 145 | } |