Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dmanager_logservices_journal.hpp527 uint64_t startChunkSeqNum = 0; in handleManagersJournalLogEntryCollectionGet() local
530 if (sd_journal_get_seqnum(journal.get(), &startChunkSeqNum, in handleManagersJournalLogEntryCollectionGet()
541 BMCWEB_LOG_DEBUG("start={} end={}", startChunkSeqNum, endChunkSeqNum); in handleManagersJournalLogEntryCollectionGet()
542 index = endChunkSeqNum - startChunkSeqNum; in handleManagersJournalLogEntryCollectionGet()