aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_dht_delegated_lookup.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-03-07 12:45:04 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-03-07 12:45:04 +0000
commitab3c2a6c36e4f0f78ccd082b731262d637d819d3 (patch)
treec7cede937bba981ae118ba4112be5d05ec5a7a73 /src/gns/test_gns_dht_delegated_lookup.c
parentcf9c46282c0a339cb08c145340f22f31be6519da (diff)
downloadgnunet-ab3c2a6c36e4f0f78ccd082b731262d637d819d3.tar.gz
gnunet-ab3c2a6c36e4f0f78ccd082b731262d637d819d3.zip
namestore api change: include block expiration time in record create
Diffstat (limited to 'src/gns/test_gns_dht_delegated_lookup.c')
-rw-r--r--src/gns/test_gns_dht_delegated_lookup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gns/test_gns_dht_delegated_lookup.c b/src/gns/test_gns_dht_delegated_lookup.c
index 83fdf1873..493cb7311 100644
--- a/src/gns/test_gns_dht_delegated_lookup.c
+++ b/src/gns/test_gns_dht_delegated_lookup.c
@@ -302,6 +302,7 @@ do_lookup(void *cls, const struct GNUNET_PeerIdentity *id,
302 302
303 GNUNET_NAMESTORE_record_create (namestore_handle, 303 GNUNET_NAMESTORE_record_create (namestore_handle,
304 alice_key, 304 alice_key,
305 GNUNET_TIME_absolute_get_forever(),
305 TEST_AUTHORITY_NAME, 306 TEST_AUTHORITY_NAME,
306 &rd, 307 &rd,
307 &put_dht, 308 &put_dht,