Deleted Added
full compact
main.c (204591) main.c (240494)
1/*
1/*
2 * $FreeBSD: head/sys/netinet/ipfw/test/main.c 204591 2010-03-02 17:40:48Z luigi $
2 * $FreeBSD: head/sys/netpfil/ipfw/test/main.c 204591 2010-03-02 17:40:48Z luigi $
3 *
4 * Testing program for schedulers
5 *
6 * The framework include a simple controller which, at each
7 * iteration, decides whether we can enqueue and/or dequeue.
8 * Then the mainloop runs the required number of tests,
9 * keeping track of statistics.
10 */

--- 626 unchanged lines hidden ---
3 *
4 * Testing program for schedulers
5 *
6 * The framework include a simple controller which, at each
7 * iteration, decides whether we can enqueue and/or dequeue.
8 * Then the mainloop runs the required number of tests,
9 * keeping track of statistics.
10 */

--- 626 unchanged lines hidden ---