summaryrefslogtreecommitdiff
path: root/src/include/anastasis_redux.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/anastasis_redux.h')
-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);
/**