aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/gnunet-service-reclaim_tickets.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/reclaim/gnunet-service-reclaim_tickets.c')
-rw-r--r--src/reclaim/gnunet-service-reclaim_tickets.c21
1 files changed, 6 insertions, 15 deletions
diff --git a/src/reclaim/gnunet-service-reclaim_tickets.c b/src/reclaim/gnunet-service-reclaim_tickets.c
index 23b617a7f..a17dfb0e2 100644
--- a/src/reclaim/gnunet-service-reclaim_tickets.c
+++ b/src/reclaim/gnunet-service-reclaim_tickets.c
@@ -485,7 +485,7 @@ rvk_ticket_update_finished (void *cls)
485 * @param cls handle to the operation 485 * @param cls handle to the operation
486 * @param zone ticket issuer private key 486 * @param zone ticket issuer private key
487 * @param label ticket rnd 487 * @param label ticket rnd
488 * @param rd_cound size of record set 488 * @param rd_count size of record set
489 * @param rd record set 489 * @param rd record set
490 */ 490 */
491static void 491static void
@@ -568,9 +568,8 @@ rvk_ns_err (void *cls)
568 * want to revoke. 568 * want to revoke.
569 * When we are done, we need to update any other ticket which 569 * When we are done, we need to update any other ticket which
570 * included references to any of the changed attributes. 570 * included references to any of the changed attributes.
571 * (Implementation further below)
572 * 571 *
573 * @param rvk handle to the operation 572 * @param rh handle to the operation
574 */ 573 */
575static void 574static void
576move_attrs (struct RECLAIM_TICKETS_RevokeHandle *rh); 575move_attrs (struct RECLAIM_TICKETS_RevokeHandle *rh);
@@ -757,14 +756,6 @@ rvk_move_attr_cb (void *cls,
757} 756}
758 757
759 758
760/**
761 * We change every attribute ID of the ticket attributes we
762 * want to revoke.
763 * When we are done, we need to update any other ticket which
764 * included references to any of the changed attributes.
765 *
766 * @param rvk handle to the operation
767 */
768static void 759static void
769move_attrs (struct RECLAIM_TICKETS_RevokeHandle *rvk) 760move_attrs (struct RECLAIM_TICKETS_RevokeHandle *rvk)
770{ 761{
@@ -844,7 +835,7 @@ remove_ticket_cont (void *cls, int32_t success, const char *emsg)
844 * @param cls handle to the operation 835 * @param cls handle to the operation
845 * @param zone the issuer key 836 * @param zone the issuer key
846 * @param label ticket rnd 837 * @param label ticket rnd
847 * @param rd_cound size of record set 838 * @param rd_count size of record set
848 * @param rd record set 839 * @param rd record set
849 */ 840 */
850static void 841static void
@@ -995,7 +986,7 @@ cleanup_cth (struct RECLAIM_TICKETS_ConsumeHandle *cth)
995 * We found an attribute record. 986 * We found an attribute record.
996 * 987 *
997 * @param cls handle to the operation 988 * @param cls handle to the operation
998 * @param rd_cound size of record set 989 * @param rd_count size of record set
999 * @param rd record set 990 * @param rd record set
1000 */ 991 */
1001static void 992static void
@@ -1083,7 +1074,7 @@ abort_parallel_lookups (void *cls)
1083 * attribute record under the referenced label. 1074 * attribute record under the referenced label.
1084 * 1075 *
1085 * @param cls handle to the operation 1076 * @param cls handle to the operation
1086 * @param rd_cound size of the record set 1077 * @param rd_count size of the record set
1087 * @param rd record set 1078 * @param rd record set
1088 */ 1079 */
1089static void 1080static void
@@ -1671,7 +1662,7 @@ cleanup_iter (struct RECLAIM_TICKETS_Iterator *iter)
1671 1662
1672 1663
1673/** 1664/**
1674 * Return each record of type @GNUNET_GNSRECORD_TYPE_RECLAIM_TICKET 1665 * Return each record of type #GNUNET_GNSRECORD_TYPE_RECLAIM_TICKET
1675 * to the caller and proceed with the iteration. 1666 * to the caller and proceed with the iteration.
1676 * FIXME: Should we _not_ proceed automatically here? 1667 * FIXME: Should we _not_ proceed automatically here?
1677 * 1668 *