vrahane commented on code in PR #3365:
URL: https://github.com/apache/mynewt-core/pull/3365#discussion_r1956619336


##########
sys/log/full/include/log/log_fcb.h:
##########
@@ -49,11 +51,17 @@ struct log_fcb_bset {
     /** The maximum number of bookmarks. */
     int lfs_cap;
 
+    /** The number of currently used non-sector bookmarks. */
+    int lfs_non_s_size;
+
     /** The number of currently usable bookmarks. */
     int lfs_size;
 
     /** The index where the next bookmark will get written. */
-    int lfs_next;
+    uint32_t lfs_next;

Review Comment:
   Will remove it.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to