aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/plugin_rest_reclaim.c
diff options
context:
space:
mode:
authorMarkus Voggenreiter <Markus.Voggenreiter@tum.de>2019-10-31 17:47:22 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2020-01-13 13:31:04 +0100
commit17af2a636fc8fd0c111c7550484b2582cb7eb64a (patch)
tree96996cb243cdd8d6d7c557d3d7498119d4687800 /src/reclaim/plugin_rest_reclaim.c
parent6157f0cb7ae89094f91f19fe09b92445efc746e4 (diff)
downloadgnunet-17af2a636fc8fd0c111c7550484b2582cb7eb64a.tar.gz
gnunet-17af2a636fc8fd0c111c7550484b2582cb7eb64a.zip
Prepared Listing of References
Diffstat (limited to 'src/reclaim/plugin_rest_reclaim.c')
-rw-r--r--src/reclaim/plugin_rest_reclaim.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/reclaim/plugin_rest_reclaim.c b/src/reclaim/plugin_rest_reclaim.c
index 5066eef58..7dd658886 100644
--- a/src/reclaim/plugin_rest_reclaim.c
+++ b/src/reclaim/plugin_rest_reclaim.c
@@ -638,7 +638,8 @@ static void
638attest_collect (void *cls, 638attest_collect (void *cls,
639 const struct GNUNET_CRYPTO_EcdsaPublicKey *identity, 639 const struct GNUNET_CRYPTO_EcdsaPublicKey *identity,
640 const struct GNUNET_RECLAIM_ATTRIBUTE_Claim *attr, 640 const struct GNUNET_RECLAIM_ATTRIBUTE_Claim *attr,
641 const struct GNUNET_RECLAIM_ATTESTATION_Claim *attest) 641 const struct GNUNET_RECLAIM_ATTESTATION_Claim *attest,
642 const struct GNUNET_RECLAIM_ATTESTATION_REFERENCE *reference)
642{ 643{
643 struct RequestHandle *handle = cls; 644 struct RequestHandle *handle = cls;
644 json_t *attr_obj; 645 json_t *attr_obj;
@@ -1053,7 +1054,8 @@ static void
1053attr_collect (void *cls, 1054attr_collect (void *cls,
1054 const struct GNUNET_CRYPTO_EcdsaPublicKey *identity, 1055 const struct GNUNET_CRYPTO_EcdsaPublicKey *identity,
1055 const struct GNUNET_RECLAIM_ATTRIBUTE_Claim *attr, 1056 const struct GNUNET_RECLAIM_ATTRIBUTE_Claim *attr,
1056 const struct GNUNET_RECLAIM_ATTESTATION_Claim *attest) 1057 const struct GNUNET_RECLAIM_ATTESTATION_Claim *attest,
1058 const struct GNUNET_RECLAIM_ATTESTATION_REFERENCE *reference)
1057{ 1059{
1058 struct RequestHandle *handle = cls; 1060 struct RequestHandle *handle = cls;
1059 json_t *attr_obj; 1061 json_t *attr_obj;
@@ -1292,7 +1294,8 @@ static void
1292consume_cont (void *cls, 1294consume_cont (void *cls,
1293 const struct GNUNET_CRYPTO_EcdsaPublicKey *identity, 1295 const struct GNUNET_CRYPTO_EcdsaPublicKey *identity,
1294 const struct GNUNET_RECLAIM_ATTRIBUTE_Claim *attr, 1296 const struct GNUNET_RECLAIM_ATTRIBUTE_Claim *attr,
1295 const struct GNUNET_RECLAIM_ATTESTATION_Claim *attest) 1297 const struct GNUNET_RECLAIM_ATTESTATION_Claim *attest,
1298 const struct GNUNET_RECLAIM_ATTESTATION_REFERENCE *reference)
1296{ 1299{
1297 struct RequestHandle *handle = cls; 1300 struct RequestHandle *handle = cls;
1298 char *val_str; 1301 char *val_str;