/* Copyright (c) 2001, Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2020, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
* @file dispatch_cfg_st.h
* @brief Declarations for dispatch-configuration types.
**/
;
/** Information needed to create a dispatcher, but in a less efficient, more
* mutable format.
*
* Nearly everybody should use the \refdir{lib/pubsub} module to configure
* dispatchers, instead of using this. */
;
/* !defined(TOR_DISPATCH_CFG_ST_H) */