mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
reduce some useless array copies
This commit is contained in:
@@ -1235,7 +1235,8 @@ namespace OpenSim.Framework
|
||||
/// <param name="node"></param>
|
||||
void SendBulkUpdateInventory(InventoryNodeBase node);
|
||||
|
||||
void SendXferPacket(ulong xferID, uint packet, byte[] data, bool isTaskInventory);
|
||||
void SendXferPacket(ulong xferID, uint packet,
|
||||
byte[] XferData, int XferDataOffset, int XferDatapktLen, bool isTaskInventory);
|
||||
|
||||
void SendAbortXferPacket(ulong xferID);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user