chiark / gitweb /
journal: implicitly add code location to all messages logged with the native interface
[elogind.git] / src / journal / libsystemd-journal.sym
index 7653880e8fc0330933787c07a7d7970e2b08cbcd..cd434aea26b5e047226097edba68a9ac67d65d52 100644 (file)
@@ -43,3 +43,11 @@ global:
 local:
         *;
 };
+
+LIBSYSTEMD_JOURNAL_45 {
+global:
+        sd_journal_print_with_location;
+        sd_journal_printv_with_location;
+        sd_journal_send_with_location;
+        sd_journal_sendv_with_location;
+} LIBSYSTEMD_JOURNAL_38;