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. More... | |
void | scrub_lease (struct lease *lease, const char *file, int line) |
Remove information from a prior use of a lease. More... | |
const char* binding_state_print | ( | enum failover_state | state | ) |
Definition at line 6502 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 6552 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 6574 of file failover.c.