Commit 2bff84ba423e6a6693ec6c34fbc768484959c26a

Patrick Steinhardt 2019-07-26T21:02:56

config_file: separate out read-only backend To further distinguish the file writeable and readonly backends, separate the readonly backend into its own "config_snapshot.c" implementation. The snapshot backend can be generically used to snapshot any type of backend.