diff options
author | Paweł Marciniak <sunwire+git@gmail.com> | 2021-06-26 17:50:16 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-06-28 20:11:52 +0200 |
commit | 580e198a50449e892aa110c81d74f277d2ae8fa0 (patch) | |
tree | c8a2ff134893f79056ed86c72faf27b8817f0654 /src/core/show-status.h | |
parent | Merge pull request #20028 from keszybz/hwdb-update-v249 (diff) | |
download | systemd-580e198a50449e892aa110c81d74f277d2ae8fa0.tar.xz systemd-580e198a50449e892aa110c81d74f277d2ae8fa0.zip |
core: add combined status unit format
[zjs: actual implementation is stripped out and will be added in subsequent
commits.]
Diffstat (limited to 'src/core/show-status.h')
-rw-r--r-- | src/core/show-status.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/show-status.h b/src/core/show-status.h index dfcf5f4103..f441223dff 100644 --- a/src/core/show-status.h +++ b/src/core/show-status.h @@ -25,6 +25,7 @@ typedef enum ShowStatusFlags { typedef enum StatusUnitFormat { STATUS_UNIT_FORMAT_NAME, STATUS_UNIT_FORMAT_DESCRIPTION, + STATUS_UNIT_FORMAT_COMBINED, _STATUS_UNIT_FORMAT_MAX, _STATUS_UNIT_FORMAT_INVALID = -EINVAL, } StatusUnitFormat; |