• Show log

    Commit

  • Hash : 8c0b0717
    Author : Patrick Steinhardt
    Date : 2018-02-09T12:32:24

    config_file: pass complete entry structure into `append_entry`
    
    Currently, we only parse the entry map into `append_entry` to append new
    configuration entries to it. Instead, though, we can just pass the
    complete `diskfile_entries` structure into it. This allows us to easily
    extend `diskfile_entries` by another singly linked list of configuration
    entries.