request->lookup = GNUNET_GNS_lookup_with_tld (gns,
packet->queries[0].name,
packet->queries[0].type,
- GNUNET_NO,
+ GNUNET_GNS_LO_DEFAULT,
&result_processor,
request);
}
ilh->lookup = GNS_resolver_lookup (&zone,
p->queries[0].type,
p->queries[0].name,
- GNUNET_NO,
+ GNUNET_GNS_LO_DEFAULT,
MAX_RECURSION,
&reply_to_dns, ilh);
return;
handle->gns_lookup = GNUNET_GNS_lookup_with_tld (handle->gns,
handle->name,
handle->record_type,
- GNUNET_NO,
+ GNUNET_GNS_LO_DEFAULT,
&handle_gns_response,
handle);
}
char*line;
char*query;
char*block;
- size_t size;
+ uint64_t size;
struct FlatFileEntry *entry;
struct GNUNET_DISK_FileHandle *fh;
struct GNUNET_DISK_FileHandle *fh;
struct GNUNET_PEERSTORE_Record *entry;
struct GNUNET_HashCode hkey;
- size_t size;
+ uint64_t size;
char *buffer;
char *line;