about summary refs log tree commit diff
path: root/shared/systemd/nm-logging-stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared/systemd/nm-logging-stub.c')
-rw-r--r--shared/systemd/nm-logging-stub.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/shared/systemd/nm-logging-stub.c b/shared/systemd/nm-logging-stub.c
index 80d43607..5be69b4b 100644
--- a/shared/systemd/nm-logging-stub.c
+++ b/shared/systemd/nm-logging-stub.c
@@ -24,8 +24,9 @@
 /*****************************************************************************/
 
 gboolean
-_nm_log_enabled (NMLogLevel level,
-                 NMLogDomain domain)
+_nm_log_enabled_impl (gboolean mt_require_locking,
+                      NMLogLevel level,
+                      NMLogDomain domain)
 {
 	return FALSE;
 }
@@ -34,6 +35,7 @@ void
 _nm_log_impl (const char *file,
               guint line,
               const char *func,
+              gboolean mt_require_locking,
               NMLogLevel level,
               NMLogDomain domain,
               int error,