diff options
Diffstat (limited to 'main/config.h')
| -rw-r--r-- | main/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/config.h b/main/config.h index 86b5e1a..fa4d95c 100644 --- a/main/config.h +++ b/main/config.h | |||
| @@ -60,6 +60,9 @@ typedef struct { | |||
| 60 | int client_retry_interval_ms; | 60 | int client_retry_interval_ms; |
| 61 | 61 | ||
| 62 | payout_config_t payout; | 62 | payout_config_t payout; |
| 63 | |||
| 64 | bool cvm_enabled; | ||
| 65 | char cvm_relays[256]; | ||
| 63 | } tollgate_config_t; | 66 | } tollgate_config_t; |
| 64 | 67 | ||
| 65 | void tollgate_config_derive_unique(tollgate_config_t *cfg); | 68 | void tollgate_config_derive_unique(tollgate_config_t *cfg); |