mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-01 23:18:20 +02:00
8 lines
174 B
C++
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;
|