diff options
Diffstat (limited to 'pkg/flatrpc/flatrpc.fbs')
| -rw-r--r-- | pkg/flatrpc/flatrpc.fbs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/flatrpc/flatrpc.fbs b/pkg/flatrpc/flatrpc.fbs index 7800d6779..78adc8ec5 100644 --- a/pkg/flatrpc/flatrpc.fbs +++ b/pkg/flatrpc/flatrpc.fbs @@ -54,7 +54,7 @@ table InfoRequestRaw { } table InfoReplyRaw { - cover_filter :[uint8]; + cover_filter :[uint64]; } table FileInfoRaw { @@ -134,7 +134,6 @@ enum ExecFlag : uint64 (bit_flags) { DedupCover, // deduplicate coverage in executor CollectComps, // collect KCOV comparisons Threaded, // use multiple threads to mitigate blocked syscalls - CoverFilter, // setup and use bitmap to do coverage filter } struct ExecOptsRaw { |
