X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=rsdecoder.h;h=8e63aa67a8a7b12b0bd8c708d3d38279f9c20ae6;hb=63a0866d71f91f19c41244cd32b6954284d547b7;hp=c4303f00cb543d0d4110c9d3f2dba641531324b6;hpb=34fe2a0994015dc72813e2315fbd67b1b648e23c;p=greproxy diff --git a/rsdecoder.h b/rsdecoder.h index c4303f0..8e63aa6 100644 --- a/rsdecoder.h +++ b/rsdecoder.h @@ -1,6 +1,7 @@ #ifndef _RSDECODER_H #define _RSDECODER_H 1 +#include #include #include @@ -21,7 +22,7 @@ private: }; Sender *sender; std::map rs_groups; - void *rs; + fecpp::fec_code rs; }; #endif /* !defined(_RSDECODER_H) */