aboutsummaryrefslogtreecommitdiff
path: root/doc/html/_sources/appdev/refs/types/krb5_trace_info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_sources/appdev/refs/types/krb5_trace_info.txt')
-rw-r--r--doc/html/_sources/appdev/refs/types/krb5_trace_info.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/html/_sources/appdev/refs/types/krb5_trace_info.txt b/doc/html/_sources/appdev/refs/types/krb5_trace_info.txt
new file mode 100644
index 000000000000..7f303b671d21
--- /dev/null
+++ b/doc/html/_sources/appdev/refs/types/krb5_trace_info.txt
@@ -0,0 +1,30 @@
+.. highlightlang:: c
+
+.. _krb5-trace-info-struct:
+
+krb5_trace_info
+===============
+
+..
+.. c:type:: krb5_trace_info
+..
+
+A wrapper for passing information to a *krb5_trace_callback* .
+
+Currently, 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.
+
+Declaration
+------------
+
+typedef struct _krb5_trace_info krb5_trace_info
+
+
+Members
+---------
+
+
+.. c:member:: const char * krb5_trace_info.message
+
+
+
+