summaryrefslogtreecommitdiff
path: root/lib/block_handlers.cpp
diff options
context:
space:
mode:
authorJosh Blum2013-02-22 00:39:31 -0800
committerJosh Blum2013-02-22 00:39:31 -0800
commit875d8fc1a2a1d6fc8bea8e42813a5fd9cd470fc5 (patch)
tree9274e163123791d95fa4ef93935599af0510c905 /lib/block_handlers.cpp
parent1ebb3a5b0c07db01af2d99c80032d88f3b5c28a3 (diff)
downloadsandhi-875d8fc1a2a1d6fc8bea8e42813a5fd9cd470fc5.tar.gz
sandhi-875d8fc1a2a1d6fc8bea8e42813a5fd9cd470fc5.tar.bz2
sandhi-875d8fc1a2a1d6fc8bea8e42813a5fd9cd470fc5.zip
gras: rename start/stop to notify interfaces
also moved backwards compat interfaces out the gnuradio commit is updated for this
Diffstat (limited to 'lib/block_handlers.cpp')
-rw-r--r--lib/block_handlers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/block_handlers.cpp b/lib/block_handlers.cpp
index 215be6d..1290a67 100644
--- a/lib/block_handlers.cpp
+++ b/lib/block_handlers.cpp
@@ -15,7 +15,7 @@ void BlockActor::handle_top_active(
if (this->block_state != BLOCK_STATE_LIVE)
{
- this->block_ptr->start();
+ this->block_ptr->notify_active();
}
this->block_state = BLOCK_STATE_LIVE;
this->active_token = message.token;