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.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/shared/systemd/nm-logging-stub.c b/shared/systemd/nm-logging-stub.c
index 59699228..95ff51e5 100644
--- a/shared/systemd/nm-logging-stub.c
+++ b/shared/systemd/nm-logging-stub.c
@@ -45,3 +45,10 @@ _nm_log_impl (const char *file,
               ...)
 {
 }
+
+void
+_nm_utils_monotonic_timestamp_initialized (const struct timespec *tp,
+                                           gint64 offset_sec,
+                                           gboolean is_boottime)
+{
+}