aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-dns2gns.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-16 20:21:27 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-16 20:21:27 +0000
commitaccfd6bd85274da2f19e7230c8da6b273cfb2ece (patch)
tree60966194963795ff07b4da94f4efb6c46d6a23cf /src/gns/gnunet-dns2gns.c
parent3d670727232e79b7e49a1df7ba9260db4e5798a0 (diff)
downloadgnunet-accfd6bd85274da2f19e7230c8da6b273cfb2ece.tar.gz
gnunet-accfd6bd85274da2f19e7230c8da6b273cfb2ece.zip
-another renaming fest for GNUNET_NAMESTORE_ to GNUNET_GNSRECORD_ symbols that were moved
Diffstat (limited to 'src/gns/gnunet-dns2gns.c')
-rw-r--r--src/gns/gnunet-dns2gns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/gnunet-dns2gns.c b/src/gns/gnunet-dns2gns.c
index 6b7afdb59..3d55bc045 100644
--- a/src/gns/gnunet-dns2gns.c
+++ b/src/gns/gnunet-dns2gns.c
@@ -296,7 +296,7 @@ dns_result_processor (void *cls,
296static void 296static void
297result_processor (void *cls, 297result_processor (void *cls,
298 uint32_t rd_count, 298 uint32_t rd_count,
299 const struct GNUNET_NAMESTORE_RecordData *rd) 299 const struct GNUNET_GNSRECORD_Data *rd)
300{ 300{
301 struct Request *request = cls; 301 struct Request *request = cls;
302 struct GNUNET_DNSPARSER_Packet *packet; 302 struct GNUNET_DNSPARSER_Packet *packet;
@@ -316,7 +316,7 @@ result_processor (void *cls,
316 //packet->flags.opcode = GNUNET_TUN_DNS_OPCODE_STATUS; // ??? 316 //packet->flags.opcode = GNUNET_TUN_DNS_OPCODE_STATUS; // ???
317 for (i=0;i<rd_count;i++) 317 for (i=0;i<rd_count;i++)
318 { 318 {
319 // FIXME: do we need to hanlde #GNUNET_NAMESTORE_RF_SHADOW_RECORD 319 // FIXME: do we need to hanlde #GNUNET_GNSRECORD_RF_SHADOW_RECORD
320 // here? Or should we do this in libgnunetgns? 320 // here? Or should we do this in libgnunetgns?
321 rec.expiration_time.abs_value_us = rd[i].expiration_time; 321 rec.expiration_time.abs_value_us = rd[i].expiration_time;
322 switch (rd[i].record_type) 322 switch (rd[i].record_type)