diff --git a/src/types.rs b/src/types.rs index 7921713..72f0874 100644 --- a/src/types.rs +++ b/src/types.rs @@ -88,6 +88,9 @@ pub enum BufferType { DownstreamData = 2, UpstreamData = 3, HttpCallResponseBody = 4, + GrpcReceiveBuffer = 5, + VmConfiguration = 6, + PluginConfiguration = 7, } #[repr(u32)]