[OpenSIPS-Devel] [OpenSIPS/opensips] cdbd52: core: split DEP_REVERSE_INIT into _MINIT and _CINI...
Liviu Chircu
noreply at github.com
Tue Jul 1 16:20:56 UTC 2025
Branch: refs/heads/3.6
Home: https://github.com/OpenSIPS/opensips
Commit: cdbd52ed7151a7cf65517618340668359749db00
https://github.com/OpenSIPS/opensips/commit/cdbd52ed7151a7cf65517618340668359749db00
Author: Maksym Sobolyev <sobomax at sippysoft.com>
Date: 2025-07-01 (Tue, 01 Jul 2025)
Changed paths:
M sr_module.c
M sr_module.h
M sr_module_deps.c
M sr_module_deps.h
Log Message:
-----------
core: split DEP_REVERSE_INIT into _MINIT and _CINIT parts
Add DEP_REVERSE_CINIT and DEP_REVERSE_MINIT dependency flags
allowing to reverse mod_init() and child_init() init order
independently.
Make DEP_REVERSE_INIT be (DEP_REVERSE_CINIT|DEP_REVERSE_MINIT).
(cherry picked from commit c8770b66f34850c0cf6f2d8fb6f9e1781ba9a898)
Commit: 75f2990a55a175fa230a4ef6d37e80befdae1755
https://github.com/OpenSIPS/opensips/commit/75f2990a55a175fa230a4ef6d37e80befdae1755
Author: Liviu Chircu <liviu at opensips.org>
Date: 2025-07-01 (Tue, 01 Jul 2025)
Changed paths:
M sr_module_deps.c
Log Message:
-----------
core: Minor code refactoring
Skip unnecessary @md assignments, space out the code for readability.
Related to #3675
(cherry picked from commit e144adc85d6c34b96510ef4efe7036216c3cd3aa)
Compare: https://github.com/OpenSIPS/opensips/compare/e0ae3c207bb1...75f2990a55a1
To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications
More information about the Devel
mailing list