summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/include/ntp_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/include/ntp_types.h')
-rw-r--r--contrib/ntp/include/ntp_types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/ntp/include/ntp_types.h b/contrib/ntp/include/ntp_types.h
index 820c72a..348e95e 100644
--- a/contrib/ntp/include/ntp_types.h
+++ b/contrib/ntp/include/ntp_types.h
@@ -65,5 +65,9 @@ typedef unsigned int u_int;
# include "Bletch: what's 32 bits on this machine?"
#endif /* not sizeof(int) == 4 */
+typedef unsigned short associd_t; /* association ID */
+typedef u_int32 keyid_t; /* cryptographic key ID */
+typedef u_int32 tstamp_t; /* NTP seconds timestamp */
+
#endif /* _NTP_TYPES_ */
OpenPOWER on IntegriCloud