qvm_make_non_safety()

Identify that a process is no longer running in a safety-certified environment

Synopsis:

#include <qvm/utils.h>
void qvm_make_non_safety(const char *fmt,
                         ...)

Arguments:

fmt
A string that controls the format of the message to display, when appropriate. The formatting string determines what additional arguments you need to provide.

Description:

The safety option you specify when you configure the qvm process determines how the process responds to the presence of uncertified vdevs and components. For more information, see the safety section in the “VM Configuration Reference” chapter in the User's Guide.

You can display a formatted message, by defining fmt and providing additional arguments to perform printf() substitutions. For more information, see the printf() entry in the C Library Reference.