Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15566
b: refs/heads/master
c: f34fbb9
h: refs/heads/master
v: v3
  • Loading branch information
Jaco Kroon authored and David S. Miller committed Jan 3, 2006
1 parent 2baf265 commit 400ad13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 90ddc4f0470427df306f308ad03db6b6b21644b8
refs/heads/master: f34fbb971368c20f757f8758833a534590b16518
6 changes: 3 additions & 3 deletions trunk/net/core/pktgen.c
Original file line number Diff line number Diff line change
Expand Up @@ -487,9 +487,9 @@ static unsigned int fmt_ip6(char *s,const char ip[16]);

/* Module parameters, defaults. */
static int pg_count_d = 1000; /* 1000 pkts by default */
static int pg_delay_d = 0;
static int pg_clone_skb_d = 0;
static int debug = 0;
static int pg_delay_d;
static int pg_clone_skb_d;
static int debug;

static DECLARE_MUTEX(pktgen_sem);
static struct pktgen_thread *pktgen_threads = NULL;
Expand Down

0 comments on commit 400ad13

Please sign in to comment.