Skip to content

Commit

Permalink
Add missing Null VM MetadataType using directive. (envoyproxy#181)
Browse files Browse the repository at this point in the history
Signed-off-by: John Plevyak <jplevyak@gmail.com>
  • Loading branch information
jplevyak authored Sep 10, 2019
1 parent 0f2a789 commit 971eed3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/extensions/common/wasm/null/null_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ using FilterTrailersStatus = Http::FilterTrailersStatus;
using FilterDataStatus = Http::FilterDataStatus;
using GrpcStatus = Envoy::Grpc::Status::GrpcStatus;
using MetricType = Envoy::Extensions::Common::Wasm::Context::MetricType;
using MetadataType = Envoy::Extensions::Common::Wasm::MetadataType;
using StringView = absl::string_view;
template <typename T> using Optional = absl::optional<T>;
} // namespace Plugin
Expand Down

0 comments on commit 971eed3

Please sign in to comment.