.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "RESELECT_ACTIVE_INTERFACE" "" "06 October 2005" "" "" .SH NAME reselect_active_interface \- select a new active slave, if needed .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void reselect_active_interface (struct bonding * \fIbond\fB); \fR .SH "ARGUMENTS" .TP \fB\fIbond\fB\fR our bonding struct .SH "THIS FUNCTIONS SHOUD BE CALLED WHEN ONE OF THE FOLLOWING OCCURS" .PP - The old current_slave has been released or lost its link. - The primary_slave has got its link back. - A slave has got its link back and there's no old current_slave. .SH "WARNING" .PP Caller must hold ptrlock for writing.