]> git.ipfire.org Git - thirdparty/systemd.git/commit
tree-wide: use 'Architecture' type consistently across the tree
authorLennart Poettering <lennart@poettering.net>
Mon, 4 Apr 2022 10:46:03 +0000 (12:46 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 4 Apr 2022 17:19:37 +0000 (02:19 +0900)
commit6b41a7b281943d4aef9758988baed573a9b4d67a
treeda0657b7c7771c3bfb6da460cba933c07c6266a2
parent9858e6d2e73ad967666612d5cd05b91ef57e77f5
tree-wide: use 'Architecture' type consistently across the tree

Some parts of our tree used 'Architecture' for storing architectures,
others used ints. Let's unify on the former.

Inspired by #22952's rework of the 'Virtualization' enum.
src/basic/architecture.c
src/basic/architecture.h
src/basic/process-util.c
src/shared/condition.c
src/shared/dissect-image.c
src/shared/dissect-image.h
src/test/test-architecture.c
src/test/test-condition.c
src/test/test-gpt.c