diff options
Diffstat (limited to 'lib/element_impl.hpp')
-rw-r--r-- | lib/element_impl.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/element_impl.hpp b/lib/element_impl.hpp index 0ec4650..18edfce 100644 --- a/lib/element_impl.hpp +++ b/lib/element_impl.hpp @@ -150,6 +150,7 @@ struct ElementImpl } block_state; Token token; size_t hint; //some kind of allocation hint + Affinity buffer_affinity; std::vector<std::vector<BufferHintMessage> > output_allocation_hints; |