Skip to content

Commit 71b2804

Browse files
authored
Add additional buffer types. (#22)
Signed-off-by: Ahmed Adam <[email protected]>
1 parent 8578c82 commit 71b2804

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/types.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ pub enum BufferType {
8888
DownstreamData = 2,
8989
UpstreamData = 3,
9090
HttpCallResponseBody = 4,
91+
GrpcReceiveBuffer = 5,
92+
VmConfiguration = 6,
93+
PluginConfiguration = 7,
9194
}
9295

9396
#[repr(u32)]

0 commit comments

Comments
 (0)