1.. highlight:: c 2 3.. _krb5-trace-info-struct: 4 5krb5_trace_info 6=============== 7 8.. 9.. c:type:: krb5_trace_info 10.. 11 12A wrapper for passing information to a *krb5_trace_callback* . 13 14Currently, it only contains the formatted message as determined the the format string and arguments of the tracing macro, but it may be extended to contain more fields in the future. 15 16Declaration 17------------ 18 19typedef struct _krb5_trace_info krb5_trace_info 20 21 22Members 23--------- 24 25 26.. c:member:: const char * krb5_trace_info.message 27 28 29 30 31