Go to the source code of this file.
Functions | |
const char * | binding_state_print (enum failover_state state) |
const char * | printable (const char *value) |
Given a char pointer, return always return a printable value. | |
void | scrub_lease (struct lease *lease, const char *file, int line) |
Remove information from a prior use of a lease. | |
const char * binding_state_print | ( | enum failover_state | state | ) |
Definition at line 6505 of file failover.c.
const char * printable | ( | const char * | value | ) |
Given a char pointer, return always return a printable value.
This function is intended to be used in within log statements, such that its invocation only occurs if the logging level is enabled.
value | pointer the character to print |
Definition at line 6555 of file failover.c.
Remove information from a prior use of a lease.
Remove information from a lease that is not germain to lease affinity
lease | the lease to scrub |
Definition at line 6577 of file failover.c.