aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/channel.h
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.h
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.h')
-rw-r--r--src/core/or/channel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/or/channel.h b/src/core/or/channel.h
index 7f5bd9bf2f..0f6fa228dd 100644
--- a/src/core/or/channel.h
+++ b/src/core/or/channel.h
@@ -563,13 +563,13 @@ void channel_free_all(void);
void channel_dumpstats(int severity);
void channel_listener_dumpstats(int severity);
-#ifdef TOR_CHANNEL_INTERNAL_
+#ifdef CHANNEL_OBJECT_PRIVATE
-#ifdef CHANNEL_PRIVATE_
+#ifdef CHANNEL_FILE_PRIVATE
STATIC void channel_add_to_digest_map(channel_t *chan);
-#endif /* defined(CHANNEL_PRIVATE_) */
+#endif /* defined(CHANNEL_FILE_PRIVATE) */
/* Channel operations for subclasses and internal use only */
@@ -648,7 +648,7 @@ void channel_notify_flushed(channel_t *chan);
/* Handle stuff we need to do on open like notifying circuits */
void channel_do_open_actions(channel_t *chan);
-#endif /* defined(TOR_CHANNEL_INTERNAL_) */
+#endif /* defined(CHANNEL_OBJECT_PRIVATE) */
/* Helper functions to perform operations on channels */