From c847f8c507d9d5af0c9c1398386f131563c3ae3e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 25 Apr 2019 13:44:49 +0200 Subject: implement DV learn monotime handling --- src/include/gnunet_peerstore_service.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/include') 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 @@ -60,6 +60,14 @@ extern "C" { #define GNUNET_PEERSTORE_TRANSPORT_BACKCHANNEL_MONOTIME \ "transport-backchannel-monotonic-time" +/** + * Key used to store sender's monotonic time from DV learn + * messages. + */ +#define GNUNET_PEERSTORE_TRANSPORT_DVLEARN_MONOTIME \ + "transport-dv-learn-monotonic-time" + + /** * Options for storing values in PEERSTORE */ -- cgit v1.2.3