Exemple #1
0
int teamd_option_watch_init(struct teamd_context *ctx)
{
	return team_change_handler_register(ctx->th,
					    &tow_option_change_handler, ctx);
}
int teamd_ifinfo_watch_init(struct teamd_context *ctx)
{
	return team_change_handler_register(ctx->th,
					    &ifinfo_change_handler, ctx);
}