xref: /freebsd/crypto/krb5/doc/html/_sources/appdev/refs/types/krb5_trace_info.rst.txt (revision 7f2fe78b9dd5f51c821d771b63d2e096f6fd49e9)
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