diff options
Diffstat (limited to 'src/dls.h')
-rw-r--r-- | src/dls.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -151,6 +151,7 @@ private: public: static const int APPTYPE_START; static const int APPTYPE_CONT; + static const std::string REQUEST_REREAD_SUFFIX; DLSEncoder(PADPacketizer* pad_packetizer) : pad_packetizer(pad_packetizer), dls_toggle(false) {} void encodeLabel(const std::string& dls_file, const DL_PARAMS& dl_params); |