Re: [tor-dev] circuitmux_ewma.c

2012-11-01 Thread Gisle Vanem
"Nick Mathewson" wrote: I'm happy to open another ticket for these, but have you tried using the bugtracker yourself? Is there some UI issue or something that prevents you from opening tickets? I used the easy way-out; sent an email. It didn't occured at the time, there was a bugtracker. Wil

Re: [tor-dev] circuitmux_ewma.c

2012-11-01 Thread Nick Mathewson
On Thu, Nov 1, 2012 at 1:04 PM, Gisle Vanem wrote: > These gcc extensions: > Hi, Gisle! I'm happy to open another ticket for these, but have you tried using the bugtracker yourself? Is there some UI issue or something that prevents you from opening tickets? If so I'd be glad to try to help wor

[tor-dev] circuitmux_ewma.c

2012-11-01 Thread Gisle Vanem
These gcc extensions: /*** EWMA circuitmux_policy_t method table ***/ circuitmux_policy_t ewma_policy = { .alloc_cmux_data = ewma_alloc_cmux_data, .free_cmux_data = ewma_free_cmux_data, Doesn't work well with MSVC. Here is a patch: --- ..\..\Git-latest\src\or\circuitmux_ewma.c 2012-11-01 1