-
- Downloads
config: Move relay config actions into the relay module
This commit: * moves relay config actions into relay_config, * moves get_dirportfrontpage() into relay_config, * adds thin wrappers to make the moved code compile. No functional changes: the moved code is still enabled, even if the relay module is disabled. (Some of the checks are re-ordered, so the order of some warnings may change.) Part of 32213.
Showing
- src/app/config/config.c 40 additions, 290 deletionssrc/app/config/config.c
- src/app/config/config.h 0 additions, 1 deletionsrc/app/config/config.h
- src/app/main/shutdown.c 2 additions, 0 deletionssrc/app/main/shutdown.c
- src/feature/dircache/dircache.c 1 addition, 0 deletionssrc/feature/dircache/dircache.c
- src/feature/relay/relay_config.c 512 additions, 26 deletionssrc/feature/relay/relay_config.c
- src/feature/relay/relay_config.h 18 additions, 2 deletionssrc/feature/relay/relay_config.h
- src/test/test_dir_handle_get.c 1 addition, 0 deletionssrc/test/test_dir_handle_get.c
Loading
Please register or sign in to comment