diff options
Diffstat (limited to 'lib/block.cpp')
-rw-r--r-- | lib/block.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/block.cpp b/lib/block.cpp index d2f0a0d..5bb959b 100644 --- a/lib/block.cpp +++ b/lib/block.cpp @@ -46,6 +46,11 @@ Block::Block(const std::string &name): this->set_buffer_affinity(-1); } +Block::~Block(void) +{ + //NOP +} + void ElementImpl::block_cleanup(void) { //wait for actor to chew through enqueued messages |