Merge branch 'development' into LTS_development

This commit is contained in:
Thulinma 2016-09-02 17:51:01 +02:00
commit 63c0dbb18d
2 changed files with 7 additions and 1 deletions

View file

@ -54,7 +54,7 @@ namespace Mist {
/*LTS-END*/
//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();