config_file.c
33.4 KB
-
config_file: pass complete entry structure into `append_entry` · 8c0b0717
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.
Patrick Steinhardt committed