Searched refs:endSeqNum (Results 1 – 1 of 1) sorted by relevance
206 uint64_t endSeqNum = 0; in handleManagersJournalLogEntryCollectionGet() local209 if (sd_journal_get_seqnum(journal.get(), &endSeqNum, nullptr) < 0) in handleManagersJournalLogEntryCollectionGet()244 endSeqNum); in handleManagersJournalLogEntryCollectionGet()247 uint64_t totalEntries = endSeqNum - startSeqNum + 1; in handleManagersJournalLogEntryCollectionGet()