aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/GridInterfaces/IGridServer.cs
diff options
context:
space:
mode:
authorgareth2007-03-18 19:43:57 +0000
committergareth2007-03-18 19:43:57 +0000
commit8e28076758837b2eb838b814284491dfedbad072 (patch)
tree090ccf0cd85db728e31feb8e6f4b06811d17e43e /src/GridInterfaces/IGridServer.cs
parentAdded child_agent flag (diff)
downloadopensim-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 '')
-rw-r--r--src/GridInterfaces/IGridServer.cs9
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}