1 /* Copyright (c) 2021-2021, The Tor Project, Inc. */
2 /* See LICENSE for licensing information */
5 * @file dos_options_st.h
6 * @brief Structure dos_options_t to hold options for the DoS subsystem.
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"
18 typedef struct dos_options_t dos_options_t
;
20 #endif /* !defined(TOR_CORE_OR_DOS_OPTIONS_ST_H) */