aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-02-26 14:34:56 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-02-26 14:34:56 +0000
commit39670859fe230805056e8128c7c0bf5d5c92665b (patch)
tree424af2bf213d5a5df41905b21dc17e21af9454a0 /src/gns/gnunet-service-gns.c
parent1cd1726ff32df42d13f6cc469bda4881b1f9fbc0 (diff)
downloadgnunet-39670859fe230805056e8128c7c0bf5d5c92665b.tar.gz
gnunet-39670859fe230805056e8128c7c0bf5d5c92665b.zip
-doxygen, more block plugin
Diffstat (limited to 'src/gns/gnunet-service-gns.c')
-rw-r--r--src/gns/gnunet-service-gns.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gns/gnunet-service-gns.c b/src/gns/gnunet-service-gns.c
index e4e28c14b..d2cb477f6 100644
--- a/src/gns/gnunet-service-gns.c
+++ b/src/gns/gnunet-service-gns.c
@@ -303,7 +303,7 @@ process_authority_dht_result(void* cls,
303 * Start DHT lookup for a name -> PKEY (compare NS) record in 303 * Start DHT lookup for a name -> PKEY (compare NS) record in
304 * query->authority's zone 304 * query->authority's zone
305 * 305 *
306 * @param query the pending gns query 306 * @param rh the pending gns query
307 * @param name the name of the PKEY record 307 * @param name the name of the PKEY record
308 */ 308 */
309void 309void
@@ -459,7 +459,7 @@ process_name_dht_result(void* cls,
459 * Start DHT lookup for a (name -> query->record_type) record in 459 * Start DHT lookup for a (name -> query->record_type) record in
460 * query->authority's zone 460 * query->authority's zone
461 * 461 *
462 * @param query the pending gns query 462 * @param rh the pending gns query context
463 * @param name the name to query record 463 * @param name the name to query record
464 */ 464 */
465void 465void
@@ -501,7 +501,7 @@ resolve_name(struct GNUNET_GNS_ResolverHandle *query, GNUNET_HashCode *zone);
501 * @param expiration expiration date of the record data set in the namestore 501 * @param expiration expiration date of the record data set in the namestore
502 * @param name the name for which we need an authority 502 * @param name the name for which we need an authority
503 * @param rd_count the number of records with 'name' 503 * @param rd_count the number of records with 'name'
504 * @param data the record data 504 * @param rd the record data
505 * @param signature the signature of the authority for the record data 505 * @param signature the signature of the authority for the record data
506 */ 506 */
507void 507void
@@ -697,7 +697,7 @@ reply_to_dns(struct GNUNET_GNS_ResolverHandle *rh, uint32_t rd_count,
697 * @param expiration expiration date of the namestore entry 697 * @param expiration expiration date of the namestore entry
698 * @param name the name for which we need an authority 698 * @param name the name for which we need an authority
699 * @param rd_count the number of records with 'name' 699 * @param rd_count the number of records with 'name'
700 * @param data the record data 700 * @param rd the record data
701 * @param signature the signature of the authority for the record data 701 * @param signature the signature of the authority for the record data
702 */ 702 */
703static void 703static void
@@ -854,7 +854,7 @@ char* pop_tld(char* name)
854 * If it is then try to resolve directly. 854 * If it is then try to resolve directly.
855 * If not then first have to resolve the authoritative entities. 855 * If not then first have to resolve the authoritative entities.
856 * 856 *
857 * @param query the pending lookup 857 * @param rh the pending lookup
858 * @param zone the zone we are currently resolving in 858 * @param zone the zone we are currently resolving in
859 */ 859 */
860void 860void
@@ -889,7 +889,7 @@ resolve_name(struct GNUNET_GNS_ResolverHandle *rh, GNUNET_HashCode *zone)
889 * 889 *
890 * Setup a new query and try to resolve 890 * Setup a new query and try to resolve
891 * 891 *
892 * @param rh the request handle of the DNS request from a client 892 * @param request the request handle of the DNS request from a client
893 * @param p the DNS query packet we received 893 * @param p the DNS query packet we received
894 * @param q the DNS query we received parsed from p 894 * @param q the DNS query we received parsed from p
895 */ 895 */