-
- Downloads
Add a "freeze" function for config_mgr_t objects.
It's important to make sure that we don't change a config_mgr_t after we start using it to make objects, or we could get into inconsistent states. This feature is the start of a safety mechanism to prevent this problem.
Showing
- src/app/config/config.c 1 addition, 0 deletionssrc/app/config/config.c
- src/app/config/confparse.c 20 additions, 0 deletionssrc/app/config/confparse.c
- src/app/config/confparse.h 1 addition, 0 deletionssrc/app/config/confparse.h
- src/app/config/statefile.c 1 addition, 0 deletionssrc/app/config/statefile.c
- src/feature/dirauth/shared_random_state.c 1 addition, 0 deletionssrc/feature/dirauth/shared_random_state.c
- src/test/test_confparse.c 15 additions, 0 deletionssrc/test/test_confparse.c
Loading
Please register or sign in to comment