pub unsafe extern "C" fn SetDump(signum: c_int)Expand description
Set the global variable dumpresults_global to TRUE if SIGINT or SIGHUP signals recieved. Also sets requestedstop_global if SIGINT signal received. This function should only be called via signal() when a signal is caught.