aboutsummaryrefslogtreecommitdiff
path: root/src/feature/dirauth/dirauth_options_st.h
blob: 93b9cb45bcac4d7ff5ae89d5bf8e18d191605add (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* Copyright (c) 2001 Matej Pfajfar.
 * Copyright (c) 2001-2004, Roger Dingledine.
 * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
 * Copyright (c) 2007-2019, The Tor Project, Inc. */
/* See LICENSE for licensing information */

/**
 * @file dirauth_options_st.h
 * @brief Structure dirauth_options_t to hold directory authority options.
 **/

#ifndef TOR_FEATURE_DIRAUTH_DIRAUTH_OPTIONS_ST_H
#define TOR_FEATURE_DIRAUTH_DIRAUTH_OPTIONS_ST_H

#include "lib/conf/confdecl.h"
#define CONF_CONTEXT STRUCT
#include "feature/dirauth/dirauth_options.inc"
#undef CONF_CONTEXT

typedef struct dirauth_options_t dirauth_options_t;

#endif /* !defined(TOR_FEATURE_DIRAUTH_DIRAUTH_OPTIONS_ST_H) */