Add a definition for a region flag to omit a region from traffic counting
parent
b70596c15c
commit
a073ca57da
|
@ -77,7 +77,8 @@ namespace OpenSim.Data
|
||||||
NoMove = 64, // Don't allow moving this region
|
NoMove = 64, // Don't allow moving this region
|
||||||
Reservation = 128, // This is an inactive reservation
|
Reservation = 128, // This is an inactive reservation
|
||||||
Authenticate = 256, // Require authentication
|
Authenticate = 256, // Require authentication
|
||||||
Hyperlink = 512 // Record represents a HG link
|
Hyperlink = 512, // Record represents a HG link
|
||||||
|
NoTraffic = 512 // Exclude this sim from traffic reporting
|
||||||
}
|
}
|
||||||
|
|
||||||
public class RegionDataDistanceCompare : IComparer<RegionData>
|
public class RegionDataDistanceCompare : IComparer<RegionData>
|
||||||
|
|
Loading…
Reference in New Issue