]> git.ipfire.org Git - thirdparty/systemd.git/commit
coredump: introduce an enum to wrap dumpable constants
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 27 May 2025 18:32:30 +0000 (20:32 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 28 May 2025 22:12:10 +0000 (00:12 +0200)
commit76e0ab49c47965877c19772a2b3bf55f6417ca39
tree835c26e71886671771d8cf6364621f06a58621ed
parente6a8687b939ab21854f12f59a3cce703e32768cf
coredump: introduce an enum to wrap dumpable constants

Two constants are described in the man page, but are not defined by a header.
The third constant is described in the kernel docs. Use explicit values to
show that those are values are defined externally.
src/coredump/coredump.c
src/shared/coredump-util.h