journalctl: simplify get_boots() a bit, by getting rid of one BootId object
authorLennart Poettering <lennart@poettering.net>
Mon, 25 Apr 2016 14:24:05 +0000 (16:24 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 25 Apr 2016 14:34:55 +0000 (16:34 +0200)
commitd4723fb5016b6679b3ed254be3832d88804a9f87
tree15dc287ed8f4aea45d516148e9af0de3613261a9
parentc4fbc6b6e4017199717b2b8dac3d790ffd8934cc
journalctl: simplify get_boots() a bit, by getting rid of one BootId object

Let's store the reference as simple sd_id128_t, since we don't actually need a
BootId for it.
src/journal/journalctl.c