Skip to content

Commit

Permalink
Call do_service_kill from shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Sep 29, 2023
1 parent 9565284 commit b068686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/mrc/src/internal/segment/segment_instance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,9 @@ std::shared_ptr<manifold::Interface> SegmentInstance::create_manifold(const Port

void SegmentInstance::shutdown()
{
// TODO: Merge with service_stop
std::lock_guard<decltype(m_mutex)> lock(m_mutex);
DVLOG(10) << m_name << " - " << info() << " - shutting down segment";
do_service_kill();
m_builder->shutdown();
}

Expand Down

0 comments on commit b068686

Please sign in to comment.