.\" 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 "BOND_SELECT_ACTIVE_SLAVE" "9" "09 October 2005" "" ""
.SH NAME
bond_select_active_slave \- select a new active slave, if needed
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void bond_select_active_slave (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 curr_active_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 curr_active_slave.
.SH "WARNING"
.PP
Caller must hold curr_slave_lock for writing.