]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/journal/journal-file.c
journal: split out check for properly ordered arrays into its own function
authorLennart Poettering <lennart@poettering.net>
Wed, 12 Oct 2016 10:12:05 +0000 (12:12 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 12 Oct 2016 18:25:20 +0000 (20:25 +0200)
commitb6da4ed0450ced53a911d974c8b1da6ad9ff212a
tree9432a8f6fa6eb655d24640247fc945535eaf27d6
parentaa598ba5b63b70273d6295fce3cb8c304716a205
journal: split out check for properly ordered arrays into its own function

This adds a new call check_properly_ordered(), which we can reuse later, and
makes the code a bit more readable.
src/journal/journal-file.c