diff options
author | Melanie Thielker | 2009-05-04 14:25:19 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-05-04 14:25:19 +0000 |
commit | 36dd346a91a4dab41e7acb5edc1a8b62f32757bc (patch) | |
tree | 15569139ecde844ddd5d24c60c60ccedf522ba6a /OpenSim/Framework | |
parent | Add a skeleton class, "RemoteConsole", for a console that uses REST (diff) | |
download | opensim-SC_OLD-36dd346a91a4dab41e7acb5edc1a8b62f32757bc.zip opensim-SC_OLD-36dd346a91a4dab41e7acb5edc1a8b62f32757bc.tar.gz opensim-SC_OLD-36dd346a91a4dab41e7acb5edc1a8b62f32757bc.tar.bz2 opensim-SC_OLD-36dd346a91a4dab41e7acb5edc1a8b62f32757bc.tar.xz |
Add a method to flush the prim update buffers once a frame, since the timer
appear to be too slow to be useful, or fail too fire. I may remove the timers
as a consequence if this.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 32544b9..28d5502 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -902,6 +902,8 @@ namespace OpenSim.Framework | |||
902 | List<InventoryFolderBase> folders, bool fetchFolders, | 902 | List<InventoryFolderBase> folders, bool fetchFolders, |
903 | bool fetchItems); | 903 | bool fetchItems); |
904 | 904 | ||
905 | void FlushPrimUpdates(); | ||
906 | |||
905 | void SendInventoryItemDetails(UUID ownerID, InventoryItemBase item); | 907 | void SendInventoryItemDetails(UUID ownerID, InventoryItemBase item); |
906 | 908 | ||
907 | /// <summary> | 909 | /// <summary> |