aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-20 12:24:34 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-20 12:24:34 +0000
commit44e3d63547792002b3504949f8bed597c4fca81b (patch)
tree17fba1966d20c85896710ba3ce4c7ed872352009 /src/dht/dht.h
parent1c2227e8d67bd81853084e762f916ebcbbd6e802 (diff)
downloadgnunet-44e3d63547792002b3504949f8bed597c4fca81b.tar.gz
gnunet-44e3d63547792002b3504949f8bed597c4fca81b.zip
fix
Diffstat (limited to 'src/dht/dht.h')
-rw-r--r--src/dht/dht.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/dht.h b/src/dht/dht.h
index c6c9de1e1..6f22a566a 100644
--- a/src/dht/dht.h
+++ b/src/dht/dht.h
@@ -334,7 +334,7 @@ struct GNUNET_DHT_GetResultMessage
334 /** 334 /**
335 * When does this entry expire? 335 * When does this entry expire?
336 */ 336 */
337 struct GNUNET_TIME_Absolute expiration; 337 struct GNUNET_TIME_AbsoluteNBO expiration;
338 338
339}; 339};
340 340