X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2Ffibers%2FBaton.h;h=65694b6677dada8bd5cfb65fb400a1b6ea01e8ea;hp=286ded79299cfcc090c06c178236ffc40b1e1f76;hb=dcf8a19c8d08d7e730d3862c88396fdcdfa2813f;hpb=028415ba5c1fee579d249a97dd49752fe3c7348b diff --git a/folly/fibers/Baton.h b/folly/fibers/Baton.h index 286ded79..65694b66 100644 --- a/folly/fibers/Baton.h +++ b/folly/fibers/Baton.h @@ -258,7 +258,7 @@ class Baton { union { std::atomic waitingFiber_; struct { - folly::detail::Futex<> futex; + folly::detail::Futex<> futex{}; int32_t _unused_packing; } futex_; };