summaryrefslogtreecommitdiff
path: root/src/shared/format-table.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-07-28 14:14:02 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-07-29 23:27:56 +0900
commite74294c30aca770c08938aa34ab073e13d569c39 (patch)
treeeaac6f676a08496e6e427f8bb76dc40dcd7cc891 /src/shared/format-table.h
parenta7a257cdda6ac94dc26b58460b648c8d206c82ee (diff)
downloadsystemd-e74294c30aca770c08938aa34ab073e13d569c39.tar.gz
table: add TABLE_UINT8 or friends
Diffstat (limited to 'src/shared/format-table.h')
-rw-r--r--src/shared/format-table.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/shared/format-table.h b/src/shared/format-table.h
index d402e95e0f..c6df8bf70c 100644
--- a/src/shared/format-table.h
+++ b/src/shared/format-table.h
@@ -20,9 +20,13 @@ typedef enum TableDataType {
TABLE_SIZE,
TABLE_BPS,
TABLE_INT,
+ TABLE_INT8,
+ TABLE_INT16,
TABLE_INT32,
TABLE_INT64,
TABLE_UINT,
+ TABLE_UINT8,
+ TABLE_UINT16,
TABLE_UINT32,
TABLE_UINT64,
TABLE_PERCENT,