pstatclient: fix compile error when compiling without DO_PSTATS
This commit is contained in:
parent
4098f55d70
commit
dae762f52b
|
|
@ -1264,6 +1264,7 @@ get_thread(int index) const {
|
|||
|
||||
double PStatClient::
|
||||
get_real_time() const {
|
||||
return 0.0;
|
||||
}
|
||||
|
||||
PStatThread PStatClient::
|
||||
|
|
|
|||
Loading…
Reference in New Issue