aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/channel.c
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/or/channel.c
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/or/channel.c')
-rw-r--r--src/core/or/channel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/or/channel.c b/src/core/or/channel.c
index 1641a96800..2faf638756 100644
--- a/src/core/or/channel.c
+++ b/src/core/or/channel.c
@@ -52,10 +52,10 @@
* Define this so channel.h gives us things only channel_t subclasses
* should touch.
*/
-#define TOR_CHANNEL_INTERNAL_
+#define CHANNEL_OBJECT_PRIVATE
/* This one's for stuff only channel.c and the test suite should see */
-#define CHANNEL_PRIVATE_
+#define CHANNEL_FILE_PRIVATE
#include "core/or/or.h"
#include "app/config/config.h"