aboutsummaryrefslogtreecommitdiff
path: root/src/core/mainloop
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-12-20 13:27:58 +1000
committerteor <teor@torproject.org>2019-12-20 13:27:58 +1000
commit8c23ac4ae713f7cce7cd7541d2ae635c50c7c062 (patch)
tree37b14c286cb74987ca9261922135bc4ac8cdd64a /src/core/mainloop
parentcd160291a755ac830855e3226e6c470a5b2ecede (diff)
downloadtor-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.c2
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"