diff options
Diffstat (limited to 'src/include/anastasis_authorization_plugin.h')
-rw-r--r-- | src/include/anastasis_authorization_plugin.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/anastasis_authorization_plugin.h b/src/include/anastasis_authorization_plugin.h index 55f6369..91a88f8 100644 --- a/src/include/anastasis_authorization_plugin.h +++ b/src/include/anastasis_authorization_plugin.h | |||
@@ -127,6 +127,12 @@ struct ANASTASIS_AuthorizationPlugin | |||
127 | bool payment_plugin_managed; | 127 | bool payment_plugin_managed; |
128 | 128 | ||
129 | /** | 129 | /** |
130 | * How often are retries allowed for challenges created | ||
131 | * by this plugin? | ||
132 | */ | ||
133 | uint32_t retry_counter; | ||
134 | |||
135 | /** | ||
130 | * How long should a generated challenge be valid for this type of method. | 136 | * How long should a generated challenge be valid for this type of method. |
131 | */ | 137 | */ |
132 | struct GNUNET_TIME_Relative code_validity_period; | 138 | struct GNUNET_TIME_Relative code_validity_period; |