From: Dave Watson Date: Mon, 27 Oct 2014 21:25:00 +0000 (-0700) Subject: Add missing headers X-Git-Tag: v0.22.0~240 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6ba489cbe04fbacc88e53e7f7faf79664b35c239;p=folly.git Add missing headers Summary: Jenkins ci build was broken for a while, so we missed these in contbuild results Test Plan: watch ci build for fbthrift Reviewed By: hans@fb.com Subscribers: doug, fugalh, njormrod, folly-diffs@ FB internal diff: D1641515 --- diff --git a/folly/Makefile.am b/folly/Makefile.am index 037daddd..0d7f99fc 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -130,8 +130,10 @@ nobase_follyinclude_HEADERS = \ io/TypedIOBuf.h \ io/ShutdownSocketSet.h \ io/async/AsyncTimeout.h \ + io/async/AsyncTransport.h \ io/async/AsyncServerSocket.h \ io/async/AsyncSocket.h \ + io/async/AsyncSocketException.h \ io/async/DelayedDestruction.h \ io/async/EventBase.h \ io/async/EventBaseManager.h \ @@ -199,6 +201,7 @@ nobase_follyinclude_HEADERS = \ Uri-inl.h \ Varint.h \ VersionCheck.h \ + wangle/Deprecated.h \ wangle/Executor.h \ wangle/Future-inl.h \ wangle/Future.h \ @@ -207,13 +210,17 @@ nobase_follyinclude_HEADERS = \ wangle/Later-inl.h \ wangle/Later.h \ wangle/ManualExecutor.h \ + wangle/OpaqueCallbackShunt.h \ wangle/Promise-inl.h \ wangle/Promise.h \ + wangle/QueuedImmediateExecutor.h \ + wangle/ScheduledExecutor.h \ wangle/ThreadGate.h \ wangle/Try-inl.h \ wangle/Try.h \ wangle/WangleException.h \ - wangle/detail/Core.h + wangle/detail/Core.h \ + wangle/detail/FSM.h FormatTables.cpp: build/generate_format_tables.py build/generate_format_tables.py