diff options
Diffstat (limited to 'src/binary-reader-logging.h')
-rw-r--r-- | src/binary-reader-logging.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/binary-reader-logging.h b/src/binary-reader-logging.h index 03fb75a4..fd5cd69d 100644 --- a/src/binary-reader-logging.h +++ b/src/binary-reader-logging.h @@ -302,6 +302,10 @@ class BinaryReaderLogging : public BinaryReaderDelegate { Result OnSectionSymbol(Index index, uint32_t flags, Index section_index) override; + Result OnEventSymbol(Index index, + uint32_t flags, + string_view name, + Index event_index) override; Result OnSegmentInfoCount(Index count) override; Result OnSegmentInfo(Index index, string_view name, |