]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: split monitor code to more files
authorKarel Zak <kzak@redhat.com>
Wed, 21 May 2025 09:43:57 +0000 (11:43 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 6 Aug 2025 12:50:55 +0000 (14:50 +0200)
commitdefd0a7eb534df5d4e3c5d72e228bcf8c18b8b72
tree34aa2b55be573a969938a86d0833aaf1cd4c0e39
parentec46779106a2573082b14dfda679471a42dcba97
libmount: split monitor code to more files

Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/meson.build
libmount/src/Makemodule.am
libmount/src/monitor.c
libmount/src/monitor.h [new file with mode: 0644]
libmount/src/monitor_mountinfo.c [new file with mode: 0644]
libmount/src/monitor_utab.c [new file with mode: 0644]