mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-03 16:22:35 +03:00
MySQL defines a macro log_msg in one of its headers, which causes log_msg to be replaced with different symbol in some compilation units. Fix by renaming the struct to log_msg_t to avoid the conflict.