Changeset 77694 in vbox
- Timestamp:
- Mar 13, 2019 9:29:25 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/fuzz.h
r77693 r77694 707 707 * @returns IPRT status code. 708 708 * @param hFuzzObs The fuzzing observer handle. 709 * @param papszArgs Pointer to the array of arguments.710 * @param cArgs Number of arguments.709 * @param msTimeoutMax The maximum number of milliseconds to wait until the process 710 * is considered hung. 711 711 */ 712 712 RTDECL(int) RTFuzzObsSetTestBinaryTimeout(RTFUZZOBS hFuzzObs, RTMSINTERVAL msTimeoutMax);
Note:
See TracChangeset
for help on using the changeset viewer.