diff options
Diffstat (limited to 'src/dabOutput/dabOutput.h')
| -rw-r--r-- | src/dabOutput/dabOutput.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/src/dabOutput/dabOutput.h b/src/dabOutput/dabOutput.h index cd48790..0ced9d3 100644 --- a/src/dabOutput/dabOutput.h +++ b/src/dabOutput/dabOutput.h @@ -55,6 +55,9 @@  // Configuration for EDI output  struct edi_configuration_t { +    edi_configuration_t() : +        enabled(false), +        verbose(false) {}      unsigned chunk_len; // RSk, data length of each chunk      unsigned fec;       // number of fragments that can be recovered      bool enabled; | 
