icinga2/lib/config/commitcontext.cpp
2025-04-29 11:00:06 +02:00

8 lines
174 B
C++

/* Icinga 2 | (c) 2019 Icinga GmbH | GPLv2+ */
#include "config/commitcontext.hpp"
using namespace icinga;
thread_local CommitContext* CommitContext::m_Current = nullptr;