• Show log

    Commit

  • Hash : 8ceb890b
    Author : Patrick Steinhardt
    Date : 2017-05-19T12:35:21

    index: set last written index entry in foreach-entry-loop
    
    The last written disk entry is currently being written inside of the
    function `write_disk_entry`. Make behavior a bit more obviously by
    instead setting it inside of `write_entries` while iterating all
    entries.