| Updated: October 28, 2024 |
Remove an action-fail item from an action
#include <ha/ham.h>
int ham_action_fail_remove(
ham_action_t *ahdl,
const char *aname,
unsigned flags);
libham
The ham_action_fail_remove() function removes an action-fail item from the action identified by ahdl. The aname must match the aname specified when the action-fail item was added.
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 |