diff options
Diffstat (limited to 'lib/edi/ETIDecoder.hpp')
-rw-r--r-- | lib/edi/ETIDecoder.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/edi/ETIDecoder.hpp b/lib/edi/ETIDecoder.hpp index e0865ce..3949a14 100644 --- a/lib/edi/ETIDecoder.hpp +++ b/lib/edi/ETIDecoder.hpp @@ -60,6 +60,7 @@ struct eti_stc_data { struct ReceivedTagPacket { std::vector<uint8_t> tagpacket; frame_timestamp_t timestamp; + seq_info_t seq; }; |