]> git.ipfire.org Git - thirdparty/systemd.git/commit
import: introduce ImportFlags flags field
authorLennart Poettering <lennart@poettering.net>
Fri, 22 Jan 2021 16:10:50 +0000 (17:10 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 22 Jan 2021 19:54:51 +0000 (20:54 +0100)
commit5183c50add40a89c0f83c0006cc2b50581b1c306
treebcf9c51aed2796f8b1229607cf8ba1a5042f27be
parent1f5a21324cec54aaee5427edd3bb876c08fc0bf7
import: introduce ImportFlags flags field

This merges the two flags that are passed to the ImportTar/ImportRaw
objects into a single flags parameter, which we then can extend more
easily later on.

No change in behaviour.

This is inspired by 133b34f69a72dc90d4e336837d699245390c9f50 which does
the same for PullTar/PullRaw.
src/import/import-common.h
src/import/import-raw.c
src/import/import-raw.h
src/import/import-tar.c
src/import/import-tar.h
src/import/import.c