-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Lint
-
Storage Engines
-
2
-
StorEng - 2025-01-21
While working on WT-13958, I observed that __wti_xxx structures defined in log_private.h were not being included in wt_internal.h. This was due to a limitation in the s_typedef function. The scope of this ticket is to modify s_typedef function regular expression to include __wti_xxx structures in wt_internal.h along with __wt_xxx structures.