From a3eb665e0c12df35e807611582e7332ebed325b1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 10 Oct 2012 01:37:38 +0200 Subject: journal: update comments a bit --- src/journal/journal-internal.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/journal/journal-internal.h') diff --git a/src/journal/journal-internal.h b/src/journal/journal-internal.h index 7cedcac665..edd4f23baf 100644 --- a/src/journal/journal-internal.h +++ b/src/journal/journal-internal.h @@ -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; -- cgit v1.2.3-54-g00ecf