summaryrefslogtreecommitdiff
path: root/src/core/or/dos_options_st.h
blob: b62bdecc82a69f45f90760978b0394e8db234218 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* Copyright (c) 2021, The Tor Project, Inc. */
/* See LICENSE for licensing information */

/**
 * @file dos_options_st.h
 * @brief Structure dos_options_t to hold options for the DoS subsystem.
 **/

#ifndef TOR_CORE_OR_DOS_OPTIONS_ST_H
#define TOR_CORE_OR_DOS_OPTIONS_ST_H

#include "lib/conf/confdecl.h"

#define CONF_CONTEXT STRUCT
#include "core/or/dos_options.inc"
#undef CONF_CONTEXT

typedef struct dos_options_t dos_options_t;

#endif /* !defined(TOR_CORE_OR_DOS_OPTIONS_ST_H) */