Home
last modified time | relevance | path

Searched defs:Location (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/libsystemd/sd-journal/
Djournal-internal.h18 typedef struct Location Location; typedef
41 struct Location { struct
42 LocationType type; argument
44 bool seqnum_set:1;
45 bool realtime_set:1;
46 bool monotonic_set:1;
47 bool xor_hash_set:1;
49 uint64_t seqnum;
50 sd_id128_t seqnum_id;
52 uint64_t realtime;
[all …]