aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces
diff options
context:
space:
mode:
authorUbitUmarov2016-11-20 03:51:38 +0000
committerUbitUmarov2016-11-20 03:51:38 +0000
commite2b580e56906f76e74abfdac5a11a1c1bbc31252 (patch)
tree86669bfd90c86f9637acaca45084fd4804f0caf7 /OpenSim/Services/Interfaces
parentHG UserAgent, return serverURI (diff)
downloadopensim-SC_OLD-e2b580e56906f76e74abfdac5a11a1c1bbc31252.zip
opensim-SC_OLD-e2b580e56906f76e74abfdac5a11a1c1bbc31252.tar.gz
opensim-SC_OLD-e2b580e56906f76e74abfdac5a11a1c1bbc31252.tar.bz2
opensim-SC_OLD-e2b580e56906f76e74abfdac5a11a1c1bbc31252.tar.xz
HG LinkRegion sends region size also
Diffstat (limited to 'OpenSim/Services/Interfaces')
-rw-r--r--OpenSim/Services/Interfaces/IHypergridServices.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Interfaces/IHypergridServices.cs b/OpenSim/Services/Interfaces/IHypergridServices.cs
index 5e012fb..1815e6c 100644
--- a/OpenSim/Services/Interfaces/IHypergridServices.cs
+++ b/OpenSim/Services/Interfaces/IHypergridServices.cs
@@ -36,7 +36,7 @@ namespace OpenSim.Services.Interfaces
36{ 36{
37 public interface IGatekeeperService 37 public interface IGatekeeperService
38 { 38 {
39 bool LinkRegion(string regionDescriptor, out UUID regionID, out ulong regionHandle, out string externalName, out string imageURL, out string reason); 39 bool LinkRegion(string regionDescriptor, out UUID regionID, out ulong regionHandle, out string externalName, out string imageURL, out string reason, out int sizeX, out int sizeY);
40 40
41 /// <summary> 41 /// <summary>
42 /// Returns the region a Hypergrid visitor should enter. 42 /// Returns the region a Hypergrid visitor should enter.