Skip to content

Commit

Permalink
Add additional buffer types. (#22)
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed Adam <[email protected]>
  • Loading branch information
ahmed-adam authored Aug 1, 2024
1 parent 8578c82 commit 71b2804
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ pub enum BufferType {
DownstreamData = 2,
UpstreamData = 3,
HttpCallResponseBody = 4,
GrpcReceiveBuffer = 5,
VmConfiguration = 6,
PluginConfiguration = 7,
}

#[repr(u32)]
Expand Down

0 comments on commit 71b2804

Please sign in to comment.