2020-12-23 22:21:36 +01:00
|
|
|
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
2018-12-28 21:30:03 +01:00
|
|
|
/*
|
2019-10-01 09:20:35 +02:00
|
|
|
* Copyright (C) 2018 Red Hat, Inc.
|
2018-12-28 21:30:03 +01:00
|
|
|
*/
|
|
|
|
|
|
2021-02-04 20:58:05 +01:00
|
|
|
#include "shared/systemd/nm-default-systemd-shared.h"
|
2018-12-28 21:30:03 +01:00
|
|
|
|
2019-04-15 08:16:00 +02:00
|
|
|
#include "nm-glib-aux/nm-logging-fwd.h"
|
2018-12-28 21:30:03 +01:00
|
|
|
|
|
|
|
|
/*****************************************************************************/
|
|
|
|
|
|
|
|
|
|
gboolean
|
2020-09-28 19:57:20 +02:00
|
|
|
_nm_log_enabled_impl(gboolean mt_require_locking, NMLogLevel level, NMLogDomain domain)
|
2018-12-28 21:30:03 +01:00
|
|
|
{
|
2020-09-28 19:57:20 +02:00
|
|
|
return FALSE;
|
2018-12-28 21:30:03 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void
|
2020-09-28 19:57:20 +02:00
|
|
|
_nm_log_impl(const char *file,
|
|
|
|
|
guint line,
|
|
|
|
|
const char *func,
|
|
|
|
|
gboolean mt_require_locking,
|
|
|
|
|
NMLogLevel level,
|
|
|
|
|
NMLogDomain domain,
|
|
|
|
|
int error,
|
|
|
|
|
const char *ifname,
|
|
|
|
|
const char *con_uuid,
|
|
|
|
|
const char *fmt,
|
|
|
|
|
...)
|
|
|
|
|
{}
|
2019-05-18 13:22:52 +02:00
|
|
|
|
|
|
|
|
void
|
2020-09-28 19:57:20 +02:00
|
|
|
_nm_utils_monotonic_timestamp_initialized(const struct timespec *tp,
|
|
|
|
|
gint64 offset_sec,
|
|
|
|
|
gboolean is_boottime)
|
|
|
|
|
{}
|