tor/changes
Nick Mathewson 05194cce62 Avoid c99 designated initializers in circuitmux_ewma.c
We still want to build on compilers w/o c99 support, such as
(notoriously, shamefully) MSVC.

So I'm commenting out the designated initializers in
circuitmux_ewma.c.  The alternative would have been to use some kind
of macros to use designated initializers only when they're
supported, but that's error-prone, and can lead to code having
different meanings under different compilers.

Bug 7286; fix on 0.2.4.4-alpha; spotted by Gisle Vanem.
2012-11-02 13:14:39 -04:00
..
bsd_queue Add a copy of OpenBSD's sys/queue.h as tor_queue.h 2012-10-12 17:18:14 -04:00
bug7235 changes file for bug 7235 2012-10-28 10:58:26 -04:00
ewma_policy_c99 Avoid c99 designated initializers in circuitmux_ewma.c 2012-11-02 13:14:39 -04:00