mirror of
https://github.com/systemd/systemd.git
synced 2025-01-21 22:04:01 +03:00
journal: update comments a bit
This commit is contained in:
parent
ad9eafab9f
commit
a3eb665e0c
@ -57,9 +57,16 @@ struct Match {
|
||||
};
|
||||
|
||||
typedef enum LocationType {
|
||||
/* The first and last entries, resp. */
|
||||
LOCATION_HEAD,
|
||||
LOCATION_TAIL,
|
||||
|
||||
/* We already read the entry we currently point to, and the
|
||||
* next one to read should probably not be this one again. */
|
||||
LOCATION_DISCRETE,
|
||||
|
||||
/* We should seek to the precise location specified, and
|
||||
* return it, as we haven't read it yet. */
|
||||
LOCATION_SEEK
|
||||
} LocationType;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user