added missing variable def after previous commit

This commit is contained in:
csoler 2016-06-11 14:11:21 -04:00
parent 23e8e932be
commit 373d41bc63

View File

@ -217,6 +217,7 @@ void pqistreamer::updateRates()
// now update rates both ways.
time_t t = time(NULL); // get current timestep.
int64_t diff ;
{
RsStackMutex stack(mStreamerMtx); /**** LOCKED MUTEX ****/