From a1a03e3075316e2376176fc54c74e071adc9d71a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 7 Sep 2012 23:20:28 +0200 Subject: journal: add call to determine current journal file disk usage --- src/journal/libsystemd-journal.sym | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/journal/libsystemd-journal.sym') diff --git a/src/journal/libsystemd-journal.sym b/src/journal/libsystemd-journal.sym index 27fdcdda0e..7dfae2625f 100644 --- a/src/journal/libsystemd-journal.sym +++ b/src/journal/libsystemd-journal.sym @@ -70,3 +70,8 @@ global: sd_journal_perror; sd_journal_perror_with_location; } LIBSYSTEMD_JOURNAL_187; + +LIBSYSTEMD_JOURNAL_190 { +global: + sd_journal_get_usage; +} LIBSYSTEMD_JOURNAL_188; -- cgit v1.2.3-54-g00ecf