Registering outgoing Allocation messages as activity as well

This commit is contained in:
Pavel Kirienko 2016-02-19 11:51:40 +03:00
parent f72e082846
commit eb4532aefe

View File

@ -268,6 +268,7 @@ public:
msg.node_id = allocated_node_id.get();
trace(TraceAllocationResponse, msg.node_id);
last_activity_timestamp_ = allocation_pub_.getNode().getMonotonicTime();
return allocation_pub_.broadcast(msg);
}