aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/test_reclaim_attribute.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-10-15 09:09:23 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-10-15 12:11:22 +0200
commit5680378974db794d67b75473435a0651fad0cd24 (patch)
tree06e1426049f9604114f9328554dc324b422052f4 /src/reclaim/test_reclaim_attribute.c
parent7b992510c25c0081c59c4b1f61fe42ff5dc7680d (diff)
downloadgnunet-5680378974db794d67b75473435a0651fad0cd24.tar.gz
gnunet-5680378974db794d67b75473435a0651fad0cd24.zip
- towards fix reclaim
Diffstat (limited to 'src/reclaim/test_reclaim_attribute.c')
-rw-r--r--src/reclaim/test_reclaim_attribute.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/reclaim/test_reclaim_attribute.c b/src/reclaim/test_reclaim_attribute.c
index f71d86b56..f8faf8021 100644
--- a/src/reclaim/test_reclaim_attribute.c
+++ b/src/reclaim/test_reclaim_attribute.c
@@ -9,12 +9,10 @@ main (int argc, char *argv[])
9 struct GNUNET_RECLAIM_AttributeList *al; 9 struct GNUNET_RECLAIM_AttributeList *al;
10 struct GNUNET_RECLAIM_AttributeList *al_two; 10 struct GNUNET_RECLAIM_AttributeList *al_two;
11 struct GNUNET_RECLAIM_AttributeListEntry *ale; 11 struct GNUNET_RECLAIM_AttributeListEntry *ale;
12 struct GNUNET_RECLAIM_Attribute *attr;
13 char attrname[100]; 12 char attrname[100];
14 char attrdata[100]; 13 char attrdata[100];
15 size_t ser_len_claimed; 14 size_t ser_len_claimed;
16 size_t ser_len_actual; 15 size_t ser_len_actual;
17 ssize_t deser_len;
18 char *ser_data; 16 char *ser_data;
19 int count = 0; 17 int count = 0;
20 18