diff options
author | Josh Blum | 2012-10-13 13:22:18 -0700 |
---|---|---|
committer | Josh Blum | 2012-10-13 13:22:18 -0700 |
commit | 8354c9c4c92687904cedae0b0feb702c2d7e8408 (patch) | |
tree | 4c063baf0dfa3a06a6f090b2346b593babaa2efb /lib/input_handlers.cpp | |
parent | f9c854d3cdd0a9337b41842d15a13d6df4ece408 (diff) | |
download | sandhi-8354c9c4c92687904cedae0b0feb702c2d7e8408.tar.gz sandhi-8354c9c4c92687904cedae0b0feb702c2d7e8408.tar.bz2 sandhi-8354c9c4c92687904cedae0b0feb702c2d7e8408.zip |
lots of mini tweaks for QA passing, WIP...
Diffstat (limited to 'lib/input_handlers.cpp')
-rw-r--r-- | lib/input_handlers.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/input_handlers.cpp b/lib/input_handlers.cpp index 30bb613..c2abe73 100644 --- a/lib/input_handlers.cpp +++ b/lib/input_handlers.cpp @@ -33,6 +33,7 @@ void BlockActor::handle_input_buffer(const InputBufferMessage &message, const Th { MESSAGE_TRACER(); const size_t index = message.index; + VAR(this->input_tokens[index].use_count()); //handle incoming stream buffer, push into the queue if (this->block_state == BLOCK_STATE_DONE) return; |