diff options
author | gareth | 2007-03-18 19:43:57 +0000 |
---|---|---|
committer | gareth | 2007-03-18 19:43:57 +0000 |
commit | 8e28076758837b2eb838b814284491dfedbad072 (patch) | |
tree | 090ccf0cd85db728e31feb8e6f4b06811d17e43e /src/GridInterfaces/IGridServer.cs | |
parent | Added child_agent flag (diff) | |
download | opensim-SC_OLD-8e28076758837b2eb838b814284491dfedbad072.zip opensim-SC_OLD-8e28076758837b2eb838b814284491dfedbad072.tar.gz opensim-SC_OLD-8e28076758837b2eb838b814284491dfedbad072.tar.bz2 opensim-SC_OLD-8e28076758837b2eb838b814284491dfedbad072.tar.xz |
Added neighbourinfo class
Diffstat (limited to 'src/GridInterfaces/IGridServer.cs')
-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 | } |