Commit eeffd525 authored by Pavlo Kushnir's avatar Pavlo Kushnir Committed by dcsommer

Fix mcrouter opensource build

Summary: mcrouter now uses folly::Singleton.

Test Plan: visual

Reviewed By: andrii@fb.com

Subscribers: njormrod

FB internal diff: D1622647
parent f3e0f107
...@@ -70,6 +70,7 @@ nobase_follyinclude_HEADERS = \ ...@@ -70,6 +70,7 @@ nobase_follyinclude_HEADERS = \
experimental/EliasFanoCoding.h \ experimental/EliasFanoCoding.h \
experimental/EventCount.h \ experimental/EventCount.h \
experimental/io/FsUtil.h \ experimental/io/FsUtil.h \
experimental/Singleton.h \
experimental/TestUtil.h \ experimental/TestUtil.h \
experimental/wangle/concurrent/Codel.h \ experimental/wangle/concurrent/Codel.h \
experimental/wangle/ConnectionManager.h \ experimental/wangle/ConnectionManager.h \
...@@ -265,6 +266,7 @@ libfolly_la_SOURCES = \ ...@@ -265,6 +266,7 @@ libfolly_la_SOURCES = \
wangle/ManualExecutor.cpp \ wangle/ManualExecutor.cpp \
wangle/ThreadGate.cpp \ wangle/ThreadGate.cpp \
experimental/io/FsUtil.cpp \ experimental/io/FsUtil.cpp \
experimental/Singleton.cpp \
experimental/TestUtil.cpp \ experimental/TestUtil.cpp \
experimental/wangle/concurrent/Codel.cpp \ experimental/wangle/concurrent/Codel.cpp \
experimental/wangle/ConnectionManager.cpp \ experimental/wangle/ConnectionManager.cpp \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment