joey shelton / LED_Demo

Dependencies:   MAX44000 PWM_Tone_Library nexpaq_mdk

Fork of LED_Demo by Maxim nexpaq

Embed: (wiki syntax)

« Back to documentation index

_SequentialFlashJournalLogTail Struct Reference

_SequentialFlashJournalLogTail Struct Reference

Meta-data placed at the tail of a sequential-log entry. More...

#include <flash_journal_private.h>

Data Fields

uint64_t sizeofBlob
 the size of the payload in this blob.

Detailed Description

Meta-data placed at the tail of a sequential-log entry.

Note:
the most crucial items (the ones which play a role in the validation of the log-entry) are placed at the end of this structure; this ensures that a partially written log-entry-tail won't be accepted as valid.

Definition at line 64 of file flash_journal_private.h.


Field Documentation

uint64_t sizeofBlob

the size of the payload in this blob.

Definition at line 65 of file flash_journal_private.h.