14 #define gmpr_trace(instance, flag, ...) \
15 if (instance->rinst_traceflags & (flag)) \
16 gmpx_trace(instance->rinst_context, __VA_ARGS__)
21 #define gmpr_trace_uncond(instance, ...) \
22 gmpx_trace(instance->rinst_context, __VA_ARGS__)
27 #define gmpr_trace_agent(...) \
28 gmpx_trace(NULL, __VA_ARGS__)
33 #define gmpr_post_event(instance, ev, ...) \
34 gmpx_post_event(instance->rinst_context, ev, __VA_ARGS__)
43 #define GMPR_TRACE_GROUP 0x00000100
44 #define GMPR_TRACE_HOST_NOTIFY 0x00000200
45 #define GMPR_TRACE_CLIENT_NOTIFY 0x00000400
gmpr_client_host_notification_type
const char * gmpr_host_notif_string(gmpr_client_host_notification_type type)
gmpr_client_notification_type
const char * gmpr_client_notif_string(gmpr_client_notification_type type)