Skip to content

Commit

Permalink
buffer filter: add static declaration macro (#13136)
Browse files Browse the repository at this point in the history
Commit Message: buffer filter - add static declaration macro
Additional Description: needed for static libraries using envoy.
Risk Level: low
Testing: n/a

Signed-off-by: Jose Nino <[email protected]>
  • Loading branch information
junr03 authored Sep 16, 2020
1 parent a8b946e commit 6f2ad05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/extensions/filters/http/buffer/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ class BufferFilterFactory
Server::Configuration::ServerFactoryContext&, ProtobufMessage::ValidationVisitor&) override;
};

DECLARE_FACTORY(BufferFilterFactory);

} // namespace BufferFilter
} // namespace HttpFilters
} // namespace Extensions
Expand Down

0 comments on commit 6f2ad05

Please sign in to comment.