예제 #1
0
void teamd_option_watch_fini(struct teamd_context *ctx)
{
	team_change_handler_unregister(ctx->th,
				       &tow_option_change_handler, ctx);
}
예제 #2
0
void teamd_ifinfo_watch_fini(struct teamd_context *ctx)
{
	team_change_handler_unregister(ctx->th,
				       &ifinfo_change_handler, ctx);
}