aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_peerstore_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-04-25 13:44:49 +0200
committerChristian Grothoff <christian@grothoff.org>2019-04-25 13:44:49 +0200
commitc847f8c507d9d5af0c9c1398386f131563c3ae3e (patch)
treeb6f0ff6f8bebf5081d7e9fb5528694da7b91cfd6 /src/include/gnunet_peerstore_service.h
parentf78be920bdff51d185ee0f53b1aeb84b5a8ae765 (diff)
downloadgnunet-c847f8c507d9d5af0c9c1398386f131563c3ae3e.tar.gz
gnunet-c847f8c507d9d5af0c9c1398386f131563c3ae3e.zip
implement DV learn monotime handling
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