-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Reconciliation
-
Storage Engines
-
8
-
StorEng - 2024-11-26
According to the following guidelines, move the necessary symbols of the reconcile moduel into their respective header files.
Symbol Type | Reference check for the Symbol | File to which the symbol belong to |
Functions | Have references from other module source files | module.h |
Have references only from with in the module source files | module_private.h | |
Inline Functions | Have reference from other module source files | module.h |
Have references only from with in the module source files, including module.h | module_private.h | |
Macros | Have reference from other module source files | module.h |
Have references only from with in the module source files, including module.h | module_private.h | |
Structures | Any member of the structure is accessed from other modules. | module.h |
No member of the structure is accessed from other modules. | module_private.h |