diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-10-18 16:39:32 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-10-18 16:49:25 +0200 |
| commit | 296be8cc8dc8595f4d4504e3dd27f586785e0024 (patch) | |
| tree | b8ac1602d0a07d72a408237b40d76dcf7dbda469 /executor/executor.h | |
| parent | 5776783af1f0851f4fd7f401ef4509c54aa9d54f (diff) | |
pkg/ipc: move fallback coverage into executor
It seems to explode linux corpus.
So make it freebsd-specific.
Diffstat (limited to 'executor/executor.h')
| -rw-r--r-- | executor/executor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/executor/executor.h b/executor/executor.h index f3f0eb53a..e4bafc21e 100644 --- a/executor/executor.h +++ b/executor/executor.h @@ -93,6 +93,7 @@ struct thread_t { uint64_t* cover_data; // Pointer to the size of coverage (stored as first word of memory). uint64_t* cover_size_ptr; + uint64_t cover_buffer[1]; // fallback coverage buffer event_t ready; event_t done; |
