From 2c1d49cddefd079798e9ba1ddcb8d08bfbab9dd9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 13 Apr 2022 22:33:46 +0200 Subject: -return ref to respective providers --- src/include/anastasis_redux.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/include') 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); /** -- cgit v1.2.3