Added singular mode override for inputs
This commit is contained in:
parent
b839a9f618
commit
33488da329
7 changed files with 56 additions and 35 deletions
|
@ -16,6 +16,7 @@
|
|||
|
||||
namespace Mist{
|
||||
JSON::Value Output::capa = JSON::Value();
|
||||
Util::Config * Output::config = NULL;
|
||||
|
||||
int getDTSCLen(char * mapped, long long int offset){
|
||||
return Bit::btohl(mapped + offset + 4);
|
||||
|
|
|
@ -74,6 +74,7 @@ namespace Mist {
|
|||
virtual void sendHeader();
|
||||
virtual void onFail();
|
||||
virtual void requestHandler();
|
||||
static Util::Config * config;
|
||||
private://these *should* not be messed with in child classes.
|
||||
std::map<unsigned long, unsigned int> currKeyOpen;
|
||||
void loadPageForKey(long unsigned int trackId, long long int keyNum);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue