Skip to content

Commit

Permalink
add liburing.fbs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillan committed Nov 22, 2023
1 parent d44ac2c commit 76ffa8b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions worker/fbs/liburing.fbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
namespace FBS.LibUring;

table Dump {
sqe_process_count: uint64;
sqe_miss_count: uint64;
user_data_miss_count: uint64;
}

0 comments on commit 76ffa8b

Please sign in to comment.