fallbackdir: Update list generated on August 30, 2023
[tor.git] / src / core / or / dos_options_st.h
blob1cbe87da032a0116253a9dfba2be94825efec38c
1 /* Copyright (c) 2021-2021, The Tor Project, Inc. */
2 /* See LICENSE for licensing information */
4 /**
5 * @file dos_options_st.h
6 * @brief Structure dos_options_t to hold options for the DoS subsystem.
7 **/
9 #ifndef TOR_CORE_OR_DOS_OPTIONS_ST_H
10 #define TOR_CORE_OR_DOS_OPTIONS_ST_H
12 #include "lib/conf/confdecl.h"
14 #define CONF_CONTEXT STRUCT
15 #include "core/or/dos_options.inc"
16 #undef CONF_CONTEXT
18 typedef struct dos_options_t dos_options_t;
20 #endif /* !defined(TOR_CORE_OR_DOS_OPTIONS_ST_H) */