aboutsummaryrefslogtreecommitdiffstats
path: root/src/dls.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dls.h')
-rw-r--r--src/dls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dls.h b/src/dls.h
index 84ff4c5..3b7387d 100644
--- a/src/dls.h
+++ b/src/dls.h
@@ -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);