Home
last modified time | relevance | path

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

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