Home
last modified time | relevance | path

Searched refs:startSeqNum (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dmanager_logservices_journal.hpp457 uint64_t startSeqNum = 0; in handleManagersJournalLogEntryCollectionGet() local
460 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()