[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-anastasis] branch master updated: comments, indentat
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-anastasis] branch master updated: comments, indentation |
Date: |
Thu, 10 Oct 2019 09:21:24 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository anastasis.
The following commit(s) were added to refs/heads/master by this push:
new 5d0080c comments, indentation
5d0080c is described below
commit 5d0080c8fb239a6fe71e1e8fe0dc7322ffd9a6ed
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Oct 10 09:21:21 2019 +0200
comments, indentation
---
src/include/anastasis_database_plugin.h | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/src/include/anastasis_database_plugin.h
b/src/include/anastasis_database_plugin.h
index 6a0aedb..90c5f37 100644
--- a/src/include/anastasis_database_plugin.h
+++ b/src/include/anastasis_database_plugin.h
@@ -139,12 +139,12 @@ struct AnastasisDatabasePlugin
*/
enum GNUNET_DB_QueryStatus
(*upload_recovery_document) (void *cls,
- const struct ANASTASIS_AccountPubP *account_pub,
- const void *aes_gcm_tag,
- const void *encrypted_recovery_document,
- const void *nonce,
- const struct ANASTASIS_PaymentSecretP *payment_secret,
- uint32_t *version);
+ const struct ANASTASIS_AccountPubP *account_pub,
+ const void *aes_gcm_tag, // ???
+ const void *encrypted_recovery_document, // ???
+ const void *nonce, // ???
+ const struct ANASTASIS_PaymentSecretP
*payment_secret,
+ uint32_t *version);
/**
* Fetch policy for user.
@@ -161,7 +161,7 @@ struct AnastasisDatabasePlugin
(*get_policy) (void *cls,
const struct ANASTASIS_AccountPubP *account_pub,
uint32_t version,
- size_t *aes_gcm_tag,
+ size_t *aes_gcm_tag, // ???
void **encrypted_recovery_document);
@@ -179,18 +179,19 @@ struct AnastasisDatabasePlugin
enum GNUNET_DB_QueryStatus
(*get_latest_policy) (void *cls,
const struct ANASTASIS_AccountPubP *account_pub,
- size_t *aes_gcm_tag,
+ size_t *aes_gcm_tag, // ???
void **encrypted_recovery_document,
uint32_t *version);
-
+
+ // TRUTH?
/**
*
* @param cls the plugin-specific state
*/
void
- (*preflight) (void *cls);
+ (*preflight) (void *cls); // ???
};
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-anastasis] branch master updated: comments, indentation,
gnunet <=