aboutsummaryrefslogtreecommitdiffstats
path: root/lib/edi/common.hpp
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2019-10-01 15:16:59 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2019-10-01 15:16:59 +0200
commite0cf82871fe24348101a0b565ea309e074e3663b (patch)
tree3412b5b4da94a66ef56aeac2c4196a3ec50cb619 /lib/edi/common.hpp
parent5ea9d01de68fc9d0f4c6578d41b09bfe541ea20f (diff)
downloaddabmux-e0cf82871fe24348101a0b565ea309e074e3663b.tar.gz
dabmux-e0cf82871fe24348101a0b565ea309e074e3663b.tar.bz2
dabmux-e0cf82871fe24348101a0b565ea309e074e3663b.zip
Pull code from common f2a36aa
Diffstat (limited to 'lib/edi/common.hpp')
-rw-r--r--lib/edi/common.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/edi/common.hpp b/lib/edi/common.hpp
index 5d15f8d..8252a7a 100644
--- a/lib/edi/common.hpp
+++ b/lib/edi/common.hpp
@@ -46,7 +46,6 @@ struct frame_timestamp_t {
static frame_timestamp_t from_unix_epoch(std::time_t time, uint32_t tai_utc_offset, uint32_t tsta);
};
-
struct decode_state_t {
decode_state_t(bool _complete, size_t _num_bytes_consumed) :
complete(_complete), num_bytes_consumed(_num_bytes_consumed) {}