279c279
< Check::performCallback(NodeID proc, SubBlock* data)
---
> Check::performCallback(NodeID proc, SubBlock* data, Time curTime)
315,316c315
< (int)data->getByte(byte_number), *this,
< g_system_ptr->getTime());
---
> (int)data->getByte(byte_number), *this, curTime);
330,331c329
< "time: %d\n",
< *this, proc, data, m_status, g_system_ptr->getTime());
---
> "time: %d\n", *this, proc, data, m_status, curTime);