diff options
Diffstat (limited to 'lib/edi/ETIDecoder.hpp')
-rw-r--r-- | lib/edi/ETIDecoder.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/edi/ETIDecoder.hpp b/lib/edi/ETIDecoder.hpp index e0c7218..cec284f 100644 --- a/lib/edi/ETIDecoder.hpp +++ b/lib/edi/ETIDecoder.hpp @@ -68,6 +68,8 @@ class ETIDecoder { PFT::PFT m_pft; + uint16_t m_last_seq; + std::vector<uint8_t> m_input_data; }; |