2023-03-06 14:42:04 +01:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
// Copyright The Music Player Daemon Project
|
2012-01-21 10:47:13 +01:00
|
|
|
|
2013-01-02 20:56:21 +01:00
|
|
|
#include "DatabaseLock.hxx"
|
2012-04-04 20:07:11 +02:00
|
|
|
|
2013-01-02 21:01:01 +01:00
|
|
|
Mutex db_mutex;
|
2012-02-02 17:52:11 +01:00
|
|
|
|
|
|
|
#ifndef NDEBUG
|
2013-08-10 09:00:04 +02:00
|
|
|
ThreadId db_mutex_holder;
|
2012-02-02 17:52:11 +01:00
|
|
|
#endif
|