aboutsummaryrefslogtreecommitdiff
path: root/src/credential/credential.h
diff options
context:
space:
mode:
authorAndreas Ebner <pansy007@googlemail.com>2019-08-06 16:17:33 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-10-07 12:17:28 +0200
commit33525da20575ba0149d1c6bcaac74e52d4e0ddd7 (patch)
tree91966b82a290b9b9d34c9d6e1c10f13d1b8156ed /src/credential/credential.h
parent15b0d71a635f02f5e0291a695d35a65698fdea05 (diff)
downloadgnunet-33525da20575ba0149d1c6bcaac74e52d4e0ddd7.tar.gz
gnunet-33525da20575ba0149d1c6bcaac74e52d4e0ddd7.zip
Removed GNUNET_CREDENTIAL_Credential, new cmdline parameters, formatting:
- removed all files and functions related to GNUNET_CREDENTIAL_Credential, has been replaced by GNUNET_CREDENTIAL_Delegate - renamed cmline parameter 'credential' - added cmline parameter for backward/forward search and a related enum - added cmline parameter to store private delegates - only private delegates are used as start/end of the search algorithm (set to vrh in collect) - run valgrind: no memory exceptions - run clang-format
Diffstat (limited to 'src/credential/credential.h')
-rw-r--r--src/credential/credential.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/credential/credential.h b/src/credential/credential.h
index ca8fb78d7..43ecec73f 100644
--- a/src/credential/credential.h
+++ b/src/credential/credential.h
@@ -29,8 +29,6 @@
29 29
30GNUNET_NETWORK_STRUCT_BEGIN 30GNUNET_NETWORK_STRUCT_BEGIN
31 31
32enum direction{Backward, Forward, Bidirectional};
33
34/** 32/**
35 * Message from client to Credential service to collect credentials. 33 * Message from client to Credential service to collect credentials.
36 */ 34 */
@@ -249,7 +247,7 @@ struct DelegateEntry
249 * Expiration time of this credential 247 * Expiration time of this credential
250 */ 248 */
251 uint64_t expiration GNUNET_PACKED; 249 uint64_t expiration GNUNET_PACKED;
252 250
253 /** 251 /**
254 * Issuer subject attribute length 252 * Issuer subject attribute length
255 */ 253 */