From 8a44539fde046d0229c3dcf6654de01934714246 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 6 Jun 2013 14:03:02 -0700 Subject: gras: filled in code from top config changes --- lib/gras_impl/block_data.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/gras_impl') diff --git a/lib/gras_impl/block_data.hpp b/lib/gras_impl/block_data.hpp index 4b6e8de..9300d9f 100644 --- a/lib/gras_impl/block_data.hpp +++ b/lib/gras_impl/block_data.hpp @@ -67,13 +67,12 @@ struct BlockData std::vector > input_msgs; //interruptible thread stuff - bool interruptible_work; SharedThreadGroup thread_group; boost::shared_ptr interruptible_thread; //is the fg running? BlockState block_state; - long buffer_affinity; + GlobalBlockConfig global_config; std::vector > output_allocation_hints; -- cgit