Skip to content

Commit

Permalink
Start bird import thread
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgyKirichenko committed Nov 22, 2024
1 parent c5d0822 commit 8581dc1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions controlplane/rib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ eResult rib_t::init()
rib_thread();
});

funcThreads.emplace_back([this]() {
bird_thread();
});

return eResult::success;
}

Expand Down

0 comments on commit 8581dc1

Please sign in to comment.