Skip to content

Commit

Permalink
fix init for catch2
Browse files Browse the repository at this point in the history
  • Loading branch information
gtrevi committed Nov 7, 2023
1 parent 5837f90 commit 0b49a4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ TEST_CASE("ring_buffer_async_query", "[execution_context]")
struct _completion
{
uint8_t* buffer = nullptr;
size_t consumer_offset;
size_t consumer_offset = 0;
ebpf_ring_buffer_map_async_query_result_t async_query_result = {};
uint64_t value{};
} completion;
Expand Down

0 comments on commit 0b49a4f

Please sign in to comment.