vrahane commented on code in PR #3365: URL: https://github.com/apache/mynewt-core/pull/3365#discussion_r1956863058
########## sys/log/full/include/log/log_fcb.h: ########## @@ -39,21 +39,31 @@ struct log_fcb_bmark { #endif /* The index of the log entry that the FCB entry contains. */ uint32_t lfb_index; + /* Is this a sector boundary bookmark */ + bool lfb_sect_bmark; }; /** A set of fcb log bookmarks. */ struct log_fcb_bset { /** Array of bookmarks. */ struct log_fcb_bmark *lfs_bmarks; + bool lfs_en_sect_bmarks; Review Comment: Changing it to non_sect. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@mynewt.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org