mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
sd-journal: add trailing comma
This commit is contained in:
parent
12dcb12df3
commit
24ce1703c4
@ -164,7 +164,7 @@ enum {
|
|||||||
STATE_OFFLINE = 0,
|
STATE_OFFLINE = 0,
|
||||||
STATE_ONLINE = 1,
|
STATE_ONLINE = 1,
|
||||||
STATE_ARCHIVED = 2,
|
STATE_ARCHIVED = 2,
|
||||||
_STATE_MAX
|
_STATE_MAX,
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Header flags */
|
/* Header flags */
|
||||||
|
@ -46,7 +46,7 @@ typedef enum LocationType {
|
|||||||
|
|
||||||
/* We should seek to the precise location specified, and
|
/* We should seek to the precise location specified, and
|
||||||
* return it, as we haven't read it yet. */
|
* return it, as we haven't read it yet. */
|
||||||
LOCATION_SEEK
|
LOCATION_SEEK,
|
||||||
} LocationType;
|
} LocationType;
|
||||||
|
|
||||||
typedef enum OfflineState {
|
typedef enum OfflineState {
|
||||||
@ -56,7 +56,7 @@ typedef enum OfflineState {
|
|||||||
OFFLINE_CANCEL,
|
OFFLINE_CANCEL,
|
||||||
OFFLINE_AGAIN_FROM_SYNCING,
|
OFFLINE_AGAIN_FROM_SYNCING,
|
||||||
OFFLINE_AGAIN_FROM_OFFLINING,
|
OFFLINE_AGAIN_FROM_OFFLINING,
|
||||||
OFFLINE_DONE
|
OFFLINE_DONE,
|
||||||
} OfflineState;
|
} OfflineState;
|
||||||
|
|
||||||
typedef struct JournalFile {
|
typedef struct JournalFile {
|
||||||
|
@ -25,7 +25,7 @@ typedef struct Directory Directory;
|
|||||||
typedef enum MatchType {
|
typedef enum MatchType {
|
||||||
MATCH_DISCRETE,
|
MATCH_DISCRETE,
|
||||||
MATCH_OR_TERM,
|
MATCH_OR_TERM,
|
||||||
MATCH_AND_TERM
|
MATCH_AND_TERM,
|
||||||
} MatchType;
|
} MatchType;
|
||||||
|
|
||||||
struct Match {
|
struct Match {
|
||||||
|
Loading…
Reference in New Issue
Block a user