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