You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/09/07 10:44:17 UTC

[GitHub] kasjer opened a new pull request #1388: log: Fix walking from given index

kasjer opened a new pull request #1388: log: Fix walking from given index
URL: https://github.com/apache/mynewt-core/pull/1388
 
 
   Description of log_offset specifies that lo_index is used for
   filtering old logs.
   It seems to be never referenced for that purpose.
   log_walk can't filter on this filed since log header is not read
   before user function is called.
   But log_walk_body calls user code after header is read so it is
   possible to use this filed as documented.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services