Searched refs:startSeqNum (Results 1 – 1 of 1) sorted by relevance
457 uint64_t startSeqNum = 0; in handleManagersJournalLogEntryCollectionGet() local460 if (sd_journal_get_seqnum(journal.get(), &startSeqNum, nullptr) < 0) in handleManagersJournalLogEntryCollectionGet()468 BMCWEB_LOG_DEBUG("journal Sequence IDs start:{} end:{}", startSeqNum, in handleManagersJournalLogEntryCollectionGet()472 uint64_t totalEntries = endSeqNum - startSeqNum + 1; in handleManagersJournalLogEntryCollectionGet()