struct Iterator *ai = cls;
struct GNUNET_MQ_Envelope *env;
struct AttestationResultMessage *arm;
- struct GNUNET_RECLAIM_Attestation *att;
char *data_tmp;
if ((rd_count != 1) ||
GNUNET_NAMESTORE_zone_iterator_next (ai->ns_it, 1);
return;
}
- att = GNUNET_RECLAIM_attestation_deserialize (rd->data,
- rd->data_size);
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Found attestation under: %s\n",
label);
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
struct GNUNET_RECLAIM_AttributeIterator *it;
struct GNUNET_RECLAIM_Operation *op;
size_t attr_len;
- size_t attest_len;
uint32_t r_id = ntohl (msg->id);
attr_len = ntohs (msg->attr_len);
- attest_len = ntohs (msg->attestation_len);
LOG (GNUNET_ERROR_TYPE_DEBUG, "Processing attribute result.\n");