The logic in logger.h depends on the get_current_thread_id symbol, defined in libccf. This dependency is surprising, not expressed through CMake, and makes it way to things like ccfcrypto which are themselves dependencies of ccf.a.
This circular dependency needs resolving.
See #7591 for history.
The logic in logger.h depends on the
get_current_thread_idsymbol, defined inlibccf. This dependency is surprising, not expressed through CMake, and makes it way to things likeccfcryptowhich are themselves dependencies ofccf.a.This circular dependency needs resolving.
See #7591 for history.