aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_resolver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnunet-service-gns_resolver.c')
-rw-r--r--src/gns/gnunet-service-gns_resolver.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/gns/gnunet-service-gns_resolver.c b/src/gns/gnunet-service-gns_resolver.c
index 15b959fc0..965f995a5 100644
--- a/src/gns/gnunet-service-gns_resolver.c
+++ b/src/gns/gnunet-service-gns_resolver.c
@@ -242,7 +242,7 @@ handle_auth_discovery_timeout(void *cls,
242static void 242static void
243process_auth_discovery_dht_result(void* cls, 243process_auth_discovery_dht_result(void* cls,
244 struct GNUNET_TIME_Absolute exp, 244 struct GNUNET_TIME_Absolute exp,
245 const GNUNET_HashCode * key, 245 const struct GNUNET_HashCode * key,
246 const struct GNUNET_PeerIdentity *get_path, 246 const struct GNUNET_PeerIdentity *get_path,
247 unsigned int get_path_length, 247 unsigned int get_path_length,
248 const struct GNUNET_PeerIdentity *put_path, 248 const struct GNUNET_PeerIdentity *put_path,
@@ -327,10 +327,10 @@ process_auth_discovery_ns_result(void* cls,
327{ 327{
328 uint32_t xquery; 328 uint32_t xquery;
329 struct GNUNET_CRYPTO_ShortHashCode name_hash; 329 struct GNUNET_CRYPTO_ShortHashCode name_hash;
330 GNUNET_HashCode lookup_key; 330 struct GNUNET_HashCode lookup_key;
331 struct GNUNET_CRYPTO_HashAsciiEncoded lookup_key_string; 331 struct GNUNET_CRYPTO_HashAsciiEncoded lookup_key_string;
332 GNUNET_HashCode name_hash_double; 332 struct GNUNET_HashCode name_hash_double;
333 GNUNET_HashCode zone_hash_double; 333 struct GNUNET_HashCode zone_hash_double;
334 int i; 334 int i;
335 struct GetPseuAuthorityHandle* gph = (struct GetPseuAuthorityHandle*)cls; 335 struct GetPseuAuthorityHandle* gph = (struct GetPseuAuthorityHandle*)cls;
336 336
@@ -692,7 +692,7 @@ dht_lookup_timeout(void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
692static void 692static void
693process_record_result_dht(void* cls, 693process_record_result_dht(void* cls,
694 struct GNUNET_TIME_Absolute exp, 694 struct GNUNET_TIME_Absolute exp,
695 const GNUNET_HashCode * key, 695 const struct GNUNET_HashCode * key,
696 const struct GNUNET_PeerIdentity *get_path, 696 const struct GNUNET_PeerIdentity *get_path,
697 unsigned int get_path_length, 697 unsigned int get_path_length,
698 const struct GNUNET_PeerIdentity *put_path, 698 const struct GNUNET_PeerIdentity *put_path,
@@ -817,9 +817,9 @@ resolve_record_dht(struct ResolverHandle *rh)
817{ 817{
818 uint32_t xquery; 818 uint32_t xquery;
819 struct GNUNET_CRYPTO_ShortHashCode name_hash; 819 struct GNUNET_CRYPTO_ShortHashCode name_hash;
820 GNUNET_HashCode lookup_key; 820 struct GNUNET_HashCode lookup_key;
821 GNUNET_HashCode name_hash_double; 821 struct GNUNET_HashCode name_hash_double;
822 GNUNET_HashCode zone_hash_double; 822 struct GNUNET_HashCode zone_hash_double;
823 struct GNUNET_CRYPTO_HashAsciiEncoded lookup_key_string; 823 struct GNUNET_CRYPTO_HashAsciiEncoded lookup_key_string;
824 struct RecordLookupHandle *rlh = (struct RecordLookupHandle *)rh->proc_cls; 824 struct RecordLookupHandle *rlh = (struct RecordLookupHandle *)rh->proc_cls;
825 struct ResolverHandle *rh_heap_root; 825 struct ResolverHandle *rh_heap_root;
@@ -1158,7 +1158,7 @@ handle_delegation_ns(void* cls, struct ResolverHandle *rh,
1158static void 1158static void
1159process_delegation_result_dht(void* cls, 1159process_delegation_result_dht(void* cls,
1160 struct GNUNET_TIME_Absolute exp, 1160 struct GNUNET_TIME_Absolute exp,
1161 const GNUNET_HashCode * key, 1161 const struct GNUNET_HashCode * key,
1162 const struct GNUNET_PeerIdentity *get_path, 1162 const struct GNUNET_PeerIdentity *get_path,
1163 unsigned int get_path_length, 1163 unsigned int get_path_length,
1164 const struct GNUNET_PeerIdentity *put_path, 1164 const struct GNUNET_PeerIdentity *put_path,
@@ -1174,7 +1174,7 @@ process_delegation_result_dht(void* cls,
1174 int i; 1174 int i;
1175 int rd_size; 1175 int rd_size;
1176 struct GNUNET_CRYPTO_ShortHashCode zone, name_hash; 1176 struct GNUNET_CRYPTO_ShortHashCode zone, name_hash;
1177 GNUNET_HashCode zone_hash_double, name_hash_double; 1177 struct GNUNET_HashCode zone_hash_double, name_hash_double;
1178 1178
1179 rh = (struct ResolverHandle *)cls; 1179 rh = (struct ResolverHandle *)cls;
1180 1180
@@ -1692,9 +1692,9 @@ resolve_delegation_dht(struct ResolverHandle *rh)
1692{ 1692{
1693 uint32_t xquery; 1693 uint32_t xquery;
1694 struct GNUNET_CRYPTO_ShortHashCode name_hash; 1694 struct GNUNET_CRYPTO_ShortHashCode name_hash;
1695 GNUNET_HashCode name_hash_double; 1695 struct GNUNET_HashCode name_hash_double;
1696 GNUNET_HashCode zone_hash_double; 1696 struct GNUNET_HashCode zone_hash_double;
1697 GNUNET_HashCode lookup_key; 1697 struct GNUNET_HashCode lookup_key;
1698 struct ResolverHandle *rh_heap_root; 1698 struct ResolverHandle *rh_heap_root;
1699 1699
1700 pop_tld(rh->name, rh->authority_name); 1700 pop_tld(rh->name, rh->authority_name);