diff options
author | teor <teor@torproject.org> | 2019-12-20 13:27:58 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-12-20 13:27:58 +1000 |
commit | 8c23ac4ae713f7cce7cd7541d2ae635c50c7c062 (patch) | |
tree | 37b14c286cb74987ca9261922135bc4ac8cdd64a /src/core/mainloop | |
parent | cd160291a755ac830855e3226e6c470a5b2ecede (diff) | |
download | tor-8c23ac4ae713f7cce7cd7541d2ae635c50c7c062.tar.gz tor-8c23ac4ae713f7cce7cd7541d2ae635c50c7c062.zip |
Replace several C identifiers.
This is an automated commit, generated by this command:
./scripts/maint/rename_c_identifier.py \
EXPOSE_CLEAN_BACKTRACE BACKTRACE_PRIVATE \
TOR_CHANNEL_INTERNAL_ CHANNEL_OBJECT_PRIVATE \
CHANNEL_PRIVATE_ CHANNEL_FILE_PRIVATE \
EXPOSE_ROUTERDESC_TOKEN_TABLE ROUTERDESC_TOKEN_TABLE_PRIVATE \
SCHEDULER_PRIVATE_ SCHEDULER_PRIVATE
Diffstat (limited to 'src/core/mainloop')
-rw-r--r-- | src/core/mainloop/connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/mainloop/connection.c b/src/core/mainloop/connection.c index 3693e1d715..50fd12319e 100644 --- a/src/core/mainloop/connection.c +++ b/src/core/mainloop/connection.c @@ -65,7 +65,7 @@ * Define this so we get channel internal functions, since we're implementing * part of a subclass (channel_tls_t). */ -#define TOR_CHANNEL_INTERNAL_ +#define CHANNEL_OBJECT_PRIVATE #include "app/config/config.h" #include "core/mainloop/connection.h" #include "core/mainloop/mainloop.h" |