mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
sd-journal: add _OBJECT_TYPE_INVALID as usual
This commit is contained in:
parent
deb87cc80e
commit
3092eaa72e
@ -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) */
|
||||
|
Loading…
Reference in New Issue
Block a user