dos_options_st.h (495B)
1 /* Copyright (c) 2021-2021, The Tor Project, Inc. */ 2 /* See LICENSE for licensing information */ 3 4 /** 5 * @file dos_options_st.h 6 * @brief Structure dos_options_t to hold options for the DoS subsystem. 7 **/ 8 9 #ifndef TOR_CORE_OR_DOS_OPTIONS_ST_H 10 #define TOR_CORE_OR_DOS_OPTIONS_ST_H 11 12 #include "lib/conf/confdecl.h" 13 14 #define CONF_CONTEXT STRUCT 15 #include "core/or/dos_options.inc" 16 #undef CONF_CONTEXT 17 18 typedef struct dos_options_t dos_options_t; 19 20 #endif /* !defined(TOR_CORE_OR_DOS_OPTIONS_ST_H) */