Use networkstatus_read_cached_consensus() for GETINFO
[tor.git] / changes / ticket20424
blobb3b6f1afa511f2be5b8027caea0032810f9980bf
1   o Minor features (compilation):
2     - Tor's configure script now supports a --with-malloc= option to select
3       your malloc implementation. Supported options are "tcmalloc",
4       "jemalloc", "openbsd" (deprecated), and "system" (the default).
5       Addresses part of ticket 20424. Based on a patch from Alex Xu.