summaryrefslogtreecommitdiff
path: root/src/or/hs_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/hs_config.h')
-rw-r--r--src/or/hs_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/hs_config.h b/src/or/hs_config.h
index 08072d18d2..f4207917e5 100644
--- a/src/or/hs_config.h
+++ b/src/or/hs_config.h
@@ -11,6 +11,9 @@
#include "or.h"
+/* Maximum number of intro points per version 3 services. */
+#define HS_CONFIG_V3_MAX_INTRO_POINTS 20
+
/* API */
int hs_config_service_all(const or_options_t *options, int validate_only);