From 5be14856a356b087ad97b479efd9b06172fdfd2f Mon Sep 17 00:00:00 2001 From: Andreas Ebner Date: Sat, 14 Sep 2019 16:58:39 +0200 Subject: Bugfixes, changed test reporting behavior, modified intermediate result reporting: - fixed a memory error when serializing the delegations - all tests now handle the returned error code from the gnunet-credential.c via "ret" variable - intermediate reporting excluded during collect message - intermediate reporting now contains the direction (bw/fw) --- src/credential/credential.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/credential/credential.h') diff --git a/src/credential/credential.h b/src/credential/credential.h index 504c7b464..1dd476814 100644 --- a/src/credential/credential.h +++ b/src/credential/credential.h @@ -160,6 +160,8 @@ struct DelegationChainIntermediateMessage */ uint32_t id GNUNET_PACKED; + uint16_t is_bw GNUNET_PACKED; + uint32_t size GNUNET_PACKED; }; -- cgit v1.2.3