Variable TimerInfo._nextTimestamp

class TimerInfo
{
  // ...
  long _nextTimestamp;
  // ...
}