config: Move relay port parsing into the relay module
This commit: * creates feature/relay/relay_config.[ch], * moves relay port parsing into them, * exposes some code from src/app/config.c (we'll refactor it later in 29211), and * 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. Part of 32213.
Showing
- src/app/config/config.c 9 additions, 135 deletionssrc/app/config/config.c
- src/app/config/config.h 20 additions, 13 deletionssrc/app/config/config.h
- src/core/include.am 2 additions, 0 deletionssrc/core/include.am
- src/feature/relay/relay_config.c 222 additions, 0 deletionssrc/feature/relay/relay_config.c
- src/feature/relay/relay_config.h 25 additions, 0 deletionssrc/feature/relay/relay_config.h
Loading
Please register or sign in to comment