Added DTSC keep alive for idle connections
This commit is contained in:
parent
d50404a00c
commit
a93fddf4e2
2 changed files with 4 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue