diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-12-17 01:13:55 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-12-17 01:13:55 +0100 |
commit | cab8ac60837b489b27a247990f741315c71cb389 (patch) | |
tree | c5eb0e242f349e0d61f8cd92c7e85e12049e2b90 /src/journal/sd-journal.h | |
parent | 7f3e62571a63ac90de6ac5eefeeb8d3e9aa6f49e (diff) |
journal: enforce limits on open journal files
Diffstat (limited to 'src/journal/sd-journal.h')
-rw-r--r-- | src/journal/sd-journal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/journal/sd-journal.h b/src/journal/sd-journal.h index e42293ffe7..b167dcf097 100644 --- a/src/journal/sd-journal.h +++ b/src/journal/sd-journal.h @@ -34,12 +34,10 @@ * - check LE/BE conversion for 8bit, 16bit, 32bit values * - implement inotify usage on client * - implement audit gateway - * - implement native gateway * - implement stdout gateway * - extend hash tables table as we go * - accelerate looking for "all hostnames" and suchlike. * - throttling - * - enforce limit on open journal files in journald and journalctl * - cryptographic hash * - fix space reservation logic * - comm, argv can be manipulated, should it be _COMM=, _CMDLINE= or COMM=, CMDLINE=? |