EricssonResearch / spindump

Spindump is an in-network latency measurement tool with support for QUIC and TCP
BSD 3-Clause "New" or "Revised" License
61 stars 17 forks source link

The Microhttpd library needs to be used in a version-dependent way, current code doesn't compile always #223

Closed jariarkko closed 3 years ago

jariarkko commented 3 years ago

Return values in the library have changed from int to enum MHD_Result. This needs to be conditionally compiled based on MHD version.

jariarkko commented 3 years ago

Fixed in latest commit