aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns-fcfsd.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-05 13:13:21 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-05 13:13:21 +0000
commitcb7a7e7e360e88f3b214b08c30c1c1f1bd3de8ce (patch)
tree993c327ff41320ece4476d58f8e9da05c81d91d3 /src/gns/gnunet-gns-fcfsd.c
parent03b9677115d2879d968b2ed49d2c88fdce6bcab9 (diff)
downloadgnunet-cb7a7e7e360e88f3b214b08c30c1c1f1bd3de8ce.tar.gz
gnunet-cb7a7e7e360e88f3b214b08c30c1c1f1bd3de8ce.zip
-more renaming
Diffstat (limited to 'src/gns/gnunet-gns-fcfsd.c')
-rw-r--r--src/gns/gnunet-gns-fcfsd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/gnunet-gns-fcfsd.c b/src/gns/gnunet-gns-fcfsd.c
index fcb229c69..178772089 100644
--- a/src/gns/gnunet-gns-fcfsd.c
+++ b/src/gns/gnunet-gns-fcfsd.c
@@ -388,7 +388,7 @@ lookup_result_processor (void *cls,
388 r.data = &pub; 388 r.data = &pub;
389 r.data_size = sizeof (pub); 389 r.data_size = sizeof (pub);
390 r.expiration = GNUNET_TIME_UNIT_FOREVER_ABS; 390 r.expiration = GNUNET_TIME_UNIT_FOREVER_ABS;
391 r.record_type = htonl (GNUNET_GNS_TYPE_PKEY); 391 r.record_type = htonl (GNUNET_NAMESTORE_TYPE_PKEY);
392 r.flags = htonl (GNUNET_NAMESTORE_RF_AUTHORITY); 392 r.flags = htonl (GNUNET_NAMESTORE_RF_AUTHORITY);
393 request->qe = GNUNET_NAMESTORE_record_create (ns, 393 request->qe = GNUNET_NAMESTORE_record_create (ns,
394 fcfs_zone_pkey, 394 fcfs_zone_pkey,
@@ -496,7 +496,7 @@ create_response (void *cls,
496 request->qe = GNUNET_NAMESTORE_lookup_record (ns, 496 request->qe = GNUNET_NAMESTORE_lookup_record (ns,
497 &fcfsd_zone, 497 &fcfsd_zone,
498 request->domain_name, 498 request->domain_name,
499 GNUNET_GNS_TYPE_PKEY, 499 GNUNET_NAMESTORE_TYPE_PKEY,
500 &lookup_result_processor, 500 &lookup_result_processor,
501 request); 501 request);
502 break; 502 break;