diff options
Diffstat (limited to 'lib/edioutput/PFT.h')
-rw-r--r-- | lib/edioutput/PFT.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/edioutput/PFT.h b/lib/edioutput/PFT.h index 502aa39..1019915 100644 --- a/lib/edioutput/PFT.h +++ b/lib/edioutput/PFT.h @@ -71,7 +71,10 @@ class PFT unsigned int m_dest_port = 12000; // Destination port for transport header uint16_t m_pseq = 0; size_t m_num_chunks = 0; - bool m_verbose = 0; + bool m_verbose = false; + + bool m_transport_header = false; + const uint16_t m_addr_source = 0; }; } |