diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-01-10 16:13:31 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-01-10 20:32:49 +0100 |
commit | 641a1ffdf4e6d0bddfec27b474356254214d0cb7 (patch) | |
tree | b4baee3901dcc84d8251124c013c1a9a154bb6d3 /src/DabMultiplexer.h | |
parent | 70c5ba0867945bb097f466262ce03470b690518f (diff) | |
download | dabmux-641a1ffdf4e6d0bddfec27b474356254214d0cb7.tar.gz dabmux-641a1ffdf4e6d0bddfec27b474356254214d0cb7.tar.bz2 dabmux-641a1ffdf4e6d0bddfec27b474356254214d0cb7.zip |
Set edi TIST, still in an incorrect way
Diffstat (limited to 'src/DabMultiplexer.h')
-rw-r--r-- | src/DabMultiplexer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DabMultiplexer.h b/src/DabMultiplexer.h index 7b3834e..e8b2a00 100644 --- a/src/DabMultiplexer.h +++ b/src/DabMultiplexer.h @@ -102,6 +102,7 @@ class DabMultiplexer : public RemoteControllable { unsigned timestamp; bool MNSC_increment_time; struct timeval mnsc_time; + struct timespec edi_time; edi_configuration_t edi_conf; |