diff options
author | 2012-09-07 23:20:28 +0200 | |
---|---|---|
committer | 2012-09-07 23:20:28 +0200 | |
commit | a1a03e3075316e2376176fc54c74e071adc9d71a (patch) | |
tree | a9ae636fd1b17047398c0f9eaf8709ecb0a861f5 /src/journal/libsystemd-journal.sym | |
parent | main: fix syntax of net_prio cgroup controller (diff) | |
download | systemd-a1a03e3075316e2376176fc54c74e071adc9d71a.tar.gz systemd-a1a03e3075316e2376176fc54c74e071adc9d71a.tar.bz2 systemd-a1a03e3075316e2376176fc54c74e071adc9d71a.zip |
journal: add call to determine current journal file disk usage
Diffstat (limited to 'src/journal/libsystemd-journal.sym')
-rw-r--r-- | src/journal/libsystemd-journal.sym | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/journal/libsystemd-journal.sym b/src/journal/libsystemd-journal.sym index 27fdcdda0..7dfae2625 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; |