Skip to content

Commit

Permalink
Add additional buffer types
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-adam committed Feb 12, 2024
1 parent 1dca120 commit 43799ab
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 43799ab

Please sign in to comment.