sd_journal_get_cutoff_realtime_usec (3) Linux Manual Page
sd_journal_get_cutoff_realtime_usec, sd_journal_get_cutoff_monotonic_usec – Read cut-off timestamps from the current journal entry Synopsis #include <systemd/sd-journal.h> int sd_journal_get_cutoff_realtime_usec(sd_journal *j, uint64_t *from, uint64_t *to); int sd_journal_get_cutoff_monotonic_usec(sd_journal *j, sd_id128_t boot_id, uint64_t *from, uint64_t *to); Description sd_journal_get_cutoff_realtime_usec() retrieves the realtime (wallclock) timestamps of the first and last entries accessible in the journal. It takes three arguments: the journal context object…
