mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
* ARequest changed name to AssetRequest and moved to own file.
* The AssetServerBase is now responsible for dequeueing, the server implementations merely recieves ProcessRequest( AssetRequest req ) * Catchall added around queue processing thread so thread won't abort on exceptions.
This commit is contained in:
@@ -60,10 +60,4 @@ namespace OpenSim.Framework
|
||||
{
|
||||
IAssetServer GetAssetServer();
|
||||
}
|
||||
|
||||
public struct ARequest
|
||||
{
|
||||
public LLUUID AssetID;
|
||||
public bool IsTexture;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user