summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-04-13 22:33:46 +0200
committerChristian Grothoff <christian@grothoff.org>2022-04-13 22:33:46 +0200
commit2c1d49cddefd079798e9ba1ddcb8d08bfbab9dd9 (patch)
treedba0a6f146f1f6c99339a665e482c48a3f4145b9 /src/include
parente3e3b0637264b6cbccf9c69b4546429187faa8e7 (diff)
downloadanastasis-2c1d49cddefd079798e9ba1ddcb8d08bfbab9dd9.tar.gz
anastasis-2c1d49cddefd079798e9ba1ddcb8d08bfbab9dd9.tar.bz2
anastasis-2c1d49cddefd079798e9ba1ddcb8d08bfbab9dd9.zip
-return ref to respective providers
Diffstat (limited to 'src/include')
-rw-r--r--src/include/anastasis_redux.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/anastasis_redux.h b/src/include/anastasis_redux.h
index a62b89e..2adb74b 100644
--- a/src/include/anastasis_redux.h
+++ b/src/include/anastasis_redux.h
@@ -135,6 +135,7 @@ struct ANASTASIS_PolicyDiscovery;
* present in the state that was used to locate this version
* @param server_time when did the provider receive the upload
* @param secret_name name the user assigned to the backup
+ * @param providers json array of providers with this policy
*/
typedef void
(*ANASTASIS_PolicyDiscoveryCallback)(void *cls,
@@ -143,7 +144,8 @@ typedef void
uint32_t version,
json_int_t attribute_mask,
struct GNUNET_TIME_Timestamp server_time,
- const char *secret_name);
+ const char *secret_name,
+ const json_t *providers);
/**