aboutsummaryrefslogtreecommitdiff
path: root/doc/html/_sources/appdev/refs/types/krb5_replay_data.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_sources/appdev/refs/types/krb5_replay_data.txt')
-rw-r--r--doc/html/_sources/appdev/refs/types/krb5_replay_data.txt40
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/html/_sources/appdev/refs/types/krb5_replay_data.txt b/doc/html/_sources/appdev/refs/types/krb5_replay_data.txt
new file mode 100644
index 000000000000..0008fa68f196
--- /dev/null
+++ b/doc/html/_sources/appdev/refs/types/krb5_replay_data.txt
@@ -0,0 +1,40 @@
+.. highlightlang:: c
+
+.. _krb5-replay-data-struct:
+
+krb5_replay_data
+================
+
+..
+.. c:type:: krb5_replay_data
+..
+
+Replay data.
+
+Sequence number and timestamp information output by :c:func:`krb5_rd_priv()` and :c:func:`krb5_rd_safe()` .
+
+Declaration
+------------
+
+typedef struct krb5_replay_data krb5_replay_data
+
+
+Members
+---------
+
+
+.. c:member:: krb5_timestamp krb5_replay_data.timestamp
+
+ Timestamp, seconds portion.
+
+
+.. c:member:: krb5_int32 krb5_replay_data.usec
+
+ Timestamp, microseconds portion.
+
+
+.. c:member:: krb5_ui_4 krb5_replay_data.seq
+
+ Sequence number.
+
+