aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_peerstore_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_peerstore_service.h')
-rw-r--r--src/include/gnunet_peerstore_service.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/gnunet_peerstore_service.h b/src/include/gnunet_peerstore_service.h
index b20c1f3c7..ad80a3fa3 100644
--- a/src/include/gnunet_peerstore_service.h
+++ b/src/include/gnunet_peerstore_service.h
@@ -61,6 +61,14 @@ extern "C" {
61 "transport-backchannel-monotonic-time" 61 "transport-backchannel-monotonic-time"
62 62
63/** 63/**
64 * Key used to store sender's monotonic time from DV learn
65 * messages.
66 */
67#define GNUNET_PEERSTORE_TRANSPORT_DVLEARN_MONOTIME \
68 "transport-dv-learn-monotonic-time"
69
70
71/**
64 * Options for storing values in PEERSTORE 72 * Options for storing values in PEERSTORE
65 */ 73 */
66enum GNUNET_PEERSTORE_StoreOption 74enum GNUNET_PEERSTORE_StoreOption