#include <drstatecmp.h>
Data Fields | |
void(* | error_callback )(const char *msg, void *tag) |
Specifies the options when initializing drstatecmp.
void(* drstatecmp_options_t::error_callback) (const char *msg, void *tag) |
When a state comparison fails, drstatecmp will call this callback and pass the error message. If this callback is NULL, drstatecmp will call DR_ASSERT_MSG.