mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
sd-journal: add _OBJECT_TYPE_INVALID as usual
This commit is contained in:
@@ -38,7 +38,8 @@ typedef enum ObjectType {
|
||||
OBJECT_FIELD_HASH_TABLE,
|
||||
OBJECT_ENTRY_ARRAY,
|
||||
OBJECT_TAG,
|
||||
_OBJECT_TYPE_MAX
|
||||
_OBJECT_TYPE_MAX,
|
||||
_OBJECT_TYPE_INVALID = -EINVAL,
|
||||
} ObjectType;
|
||||
|
||||
/* Object flags (note that src/basic/compress.h uses the same values for the compression types) */
|
||||
|
||||
Reference in New Issue
Block a user