mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Made terrain uploads thread-safe
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
a27c2432bb
commit
f106ba87ca
@@ -54,5 +54,10 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
|
||||
void setEstateTerrainBaseTexture(int level, UUID texture);
|
||||
void setEstateTerrainTextureHeights(int corner, float lowValue, float highValue);
|
||||
|
||||
/// <summary>
|
||||
/// Returns whether the transfer ID is being used for a terrain transfer.
|
||||
/// </summary>
|
||||
bool IsTerrainXfer(ulong xferID);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user