Sha256: c205535debbb119279602dd4dcc38d19f0cc94c9ac7fdd4deef30c1041286890
Contents?: true
Size: 425 Bytes
Versions: 1
Compression:
Stored size: 425 Bytes
Contents
#ifndef __RCV_TEST_H__ #define __RCV_TEST_H__ //#define RCV_TEST_CRASH #ifdef RCV_TEST_CRASH #define RECOVERY_CRASH rcvTestCrashPoint(__SE_FUNCTION__) #else #define RECOVERY_CRASH #endif // read test_rcv.xml and parses it to a table void rcvReadTestCfg(); // check if function name has been considered in cfg and crashes tr with some probability void rcvTestCrashPoint(const char *func_name); #endif
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sedna-0.6.0 | vendor/sedna/kernel/common/rcv_test.h |