![]() |
![]() |
![]() |
![]() |
![]() |
This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Modify the verbosity of a HAM
#include <ha/ham.h> int ham_verbose( const char *nodename, int op, int value);
libham
The ham_verbose function can be used to get or modify the verbosity of a HAM. You can also use the hamctrl utility to do this.
When setting the verbosity:
If op is VERBOSE_GET, the function returns the current verbosity, or -1 if an error occurred (errno is set).
In addition to the above errors, the HAM returns any error it encounters while servicing this request.
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | No |
Thread | Yes |
![]() |
![]() |
![]() |
![]() |