38 # include <dsn/c/app_model.h> 56 typedef void* (*dsn_checker_create)(
application information retrived at runtime
Definition: app_model.h:362
void *(* dsn_checker_create)(const char *, dsn_app_info *, int)
create a checker, return context used by dsn_checker_apply
Definition: app_tools.h:56
void(* dsn_checker_apply)(void *)
execute the checker
Definition: app_tools.h:63
DSN_API void dsn_register_app_checker(const char *name, dsn_checker_create create, dsn_checker_apply apply)
register application checker (global assertion)