aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-27 21:06:11 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-27 21:06:11 +0000
commit65b243be0941da4896afd842deda48cd0ce488e2 (patch)
tree019901e73101b13f9602fa8118aa7503e9ee7d32 /src/include
parent94f1bfcb5f933ea09b9e4d066685709eba423951 (diff)
downloadgnunet-65b243be0941da4896afd842deda48cd0ce488e2.tar.gz
gnunet-65b243be0941da4896afd842deda48cd0ce488e2.zip
DHT api switch adjustments
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_dht_service.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/gnunet_dht_service.h b/src/include/gnunet_dht_service.h
index 904357c92..fcbc8df47 100644
--- a/src/include/gnunet_dht_service.h
+++ b/src/include/gnunet_dht_service.h
@@ -41,6 +41,13 @@ extern "C"
41 41
42 42
43/** 43/**
44 * Default republication frequency for stored data in the DHT.
45 */
46#define GNUNET_DHT_DEFAULT_REPUBLISH_FREQUENCY GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_MINUTES, 60)
47
48
49
50/**
44 * Connection to the DHT service. 51 * Connection to the DHT service.
45 */ 52 */
46struct GNUNET_DHT_Handle; 53struct GNUNET_DHT_Handle;