[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-bugs] #11623 [Tor]: tor-0.2.5.4-alpha and git/HEAD fail to build when --disable-buf-freelists
#11623: tor-0.2.5.4-alpha and git/HEAD fail to build when --disable-buf-freelists
----------------------+------------------------------------
Reporter: blueness | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: Tor | Version: Tor: 0.2.5.4-alpha
Keywords: | Actual Points:
Parent ID: | Points:
----------------------+------------------------------------
When tor is configured with --disable-buf-freelists, and RUNNING_DOXYGEN
is not defined, buffers.c fails to compile because
total_bytes_allocated_in_chunks is defined in src/or/buffers.c within an
#if ... #else block and yet used in both the #if ... #else and #else ..
#endif block. By moving its declaration before the #if ... #else ...
#endif, we expand its visibility to both blocks where it is used.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/11623>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs