Added DTSC keep alive for idle connections

This commit is contained in:
Thulinma 2016-09-02 17:50:52 +02:00
parent d50404a00c
commit a93fddf4e2
2 changed files with 4 additions and 1 deletions

View file

@ -42,7 +42,7 @@ namespace Mist {
static JSON::Value capa;
//non-virtual generic functions
int run();
void stats(bool force = false);
virtual void stats(bool force = false);
void seek(unsigned long long pos);
bool seek(unsigned int tid, unsigned long long pos, bool getNextKey = false);
void stop();