-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move preloaded interconnect to the header file
`interconnect` is expected to preload if the macro option ENABLE_PRELOAD_IC_MODULE is set. The header file `process_shared_preload_libraries.h` is kept to save all builtin shared preloaded libraries. This commit defines the `interconnect` preload in `process_shared_preload_libraries.h` to minimize code diverge.
- Loading branch information
1 parent
066b964
commit dcbb652
Showing
2 changed files
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#ifdef ENABLE_PRELOAD_IC_MODULE | ||
"interconnect", | ||
#endif |