Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 72961 | Differences between
and this patch

Collapse All | Expand All

(-)iproute2-2.6.9.orig/tc/q_wrr.c (-8 / +7 lines)
Lines 312-323 static int wrr_print_xstats(struct qdisc Link Here
312
}
312
}
313
313
314
314
315
struct qdisc_util wrr_util = {
315
struct qdisc_util wrr_qdisc_util = {
316
	NULL,
316
	.id = "wrr",
317
	"wrr",
317
	.parse_qopt = wrr_parse_opt,
318
	wrr_parse_opt,
318
	.print_qopt = wrr_print_opt,
319
	wrr_print_opt,
319
	.print_xstats = wrr_print_xstats,
320
	wrr_print_xstats,
320
	.parse_copt = wrr_parse_copt,
321
	wrr_parse_copt,
321
	.print_copt = wrr_print_copt
322
	wrr_print_copt
323
};
322
};

Return to bug 72961