installed some limited self test capabilities so that the hash tables
can be verified during regression testing
This commit is contained in:
@@ -1748,3 +1748,12 @@ void cac::decrementOutstandingIO ( unsigned sequenceNo )
|
||||
this->ioDone.signal ();
|
||||
}
|
||||
}
|
||||
|
||||
void cac::selfTest ()
|
||||
{
|
||||
this->chanTable.verify ();
|
||||
this->ioTable.verify ();
|
||||
this->sgTable.verify ();
|
||||
this->beaconTable.verify ();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user