diff options
author | Josh Blum | 2013-06-06 14:03:02 -0700 |
---|---|---|
committer | Josh Blum | 2013-06-06 14:03:02 -0700 |
commit | 8a44539fde046d0229c3dcf6654de01934714246 (patch) | |
tree | 96d0a1eee805ef761737ddd3fba19293a2062756 /lib/gras_impl | |
parent | 599adf7b0178c7736e8d40b16f0117cb942b88f6 (diff) | |
download | sandhi-8a44539fde046d0229c3dcf6654de01934714246.tar.gz sandhi-8a44539fde046d0229c3dcf6654de01934714246.tar.bz2 sandhi-8a44539fde046d0229c3dcf6654de01934714246.zip |
gras: filled in code from top config changes
Diffstat (limited to 'lib/gras_impl')
-rw-r--r-- | lib/gras_impl/block_data.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
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<std::vector<PMCC> > input_msgs; //interruptible thread stuff - bool interruptible_work; SharedThreadGroup thread_group; boost::shared_ptr<InterruptibleThread> interruptible_thread; //is the fg running? BlockState block_state; - long buffer_affinity; + GlobalBlockConfig global_config; std::vector<std::vector<OutputHintMessage> > output_allocation_hints; |