summaryrefslogtreecommitdiff
path: root/src/nm-core-utils.h
diff options
context:
space:
mode:
authorFrancesco Giudici <fgiudici@redhat.com>2018-05-25 10:33:02 +0200
committerFrancesco Giudici <fgiudici@redhat.com>2018-06-07 14:38:02 +0200
commitfcc6bf7198779f69c5048fb477a1e23c5c567967 (patch)
treebbd04fc09f764359054b04967007ae2be669b385 /src/nm-core-utils.h
parent84c9ce0d79dacf271e976158420305e808d01479 (diff)
downloadNetworkManager-fcc6bf7198779f69c5048fb477a1e23c5c567967.tar.gz
core: add function to retrieve secret_key generation time
This will be soon used to derive the timestamp to generate DHCPv6 DUIDs of type DUID-LLT.
Diffstat (limited to 'src/nm-core-utils.h')
-rw-r--r--src/nm-core-utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nm-core-utils.h b/src/nm-core-utils.h
index 7f406d214c..69532d3418 100644
--- a/src/nm-core-utils.h
+++ b/src/nm-core-utils.h
@@ -285,6 +285,7 @@ gboolean nm_utils_machine_id_parse (const char *id_str, /*uuid_t*/ guchar *out_u
gboolean nm_utils_secret_key_get (const guint8 **out_secret_key,
gsize *out_key_len);
+guint64 nm_utils_secret_key_get_timestamp (void);
const char *nm_utils_get_boot_id (void);