mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Rename confparse.[ch] identifiers to confmgt.[ch] identifiers.
This is an automated commit, generated by this command:
./scripts/maint/rename_c_identifier.py \
confparse.h confmgt.h \
confparse.c confmgt.c \
CONFPARSE_PRIVATE CONFMGT_PRIVATE \
TOR_CONFPARSE_H TOR_CONFMGT_H
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
|
||||
#include "core/or/or.h"
|
||||
#include "app/config/config.h"
|
||||
#include "lib/confmgt/confparse.h"
|
||||
#include "lib/confmgt/confmgt.h"
|
||||
#include "app/config/statefile.h"
|
||||
#include "core/mainloop/connection.h"
|
||||
#include "core/mainloop/mainloop.h"
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
#include "core/or/or.h"
|
||||
#include "app/config/config.h"
|
||||
#include "lib/confmgt/confparse.h"
|
||||
#include "lib/confmgt/confmgt.h"
|
||||
#include "app/main/main.h"
|
||||
#include "core/mainloop/connection.h"
|
||||
#include "core/or/circuitbuild.h"
|
||||
@@ -590,7 +590,7 @@ control_setconf_helper(control_connection_t *conn,
|
||||
const unsigned flags =
|
||||
CAL_CLEAR_FIRST | (use_defaults ? CAL_USE_DEFAULTS : 0);
|
||||
|
||||
// We need a copy here, since confparse.c wants to canonicalize cases.
|
||||
// We need a copy here, since confmgt.c wants to canonicalize cases.
|
||||
config_line_t *lines = config_lines_dup(args->kwargs);
|
||||
|
||||
opt_err = options_trial_assign(lines, flags, &errstring);
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
#include "core/or/or.h"
|
||||
#include "feature/dirauth/shared_random.h"
|
||||
#include "app/config/config.h"
|
||||
#include "lib/confmgt/confparse.h"
|
||||
#include "lib/confmgt/confmgt.h"
|
||||
#include "lib/crypt_ops/crypto_rand.h"
|
||||
#include "lib/crypt_ops/crypto_util.h"
|
||||
#include "feature/nodelist/networkstatus.h"
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
#include "core/or/or.h"
|
||||
#include "app/config/config.h"
|
||||
#include "lib/confmgt/confparse.h"
|
||||
#include "lib/confmgt/confmgt.h"
|
||||
#include "lib/crypt_ops/crypto_util.h"
|
||||
#include "feature/dirauth/dirvote.h"
|
||||
#include "feature/nodelist/networkstatus.h"
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
*
|
||||
* Routersets are typically used for user-specified restrictions, and
|
||||
* are created by invoking routerset_new and routerset_parse from
|
||||
* config.c and confparse.c. To use a routerset, invoke one of
|
||||
* config.c and confmgt.c. To use a routerset, invoke one of
|
||||
* routerset_contains_...() functions , or use
|
||||
* routerstatus_get_all_nodes() / routerstatus_subtract_nodes() to
|
||||
* manipulate a smartlist of node_t pointers.
|
||||
|
||||
Reference in New Issue
Block a user