Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 369742
b: refs/heads/master
c: 0578edc
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Borkmann authored and David S. Miller committed Apr 25, 2013
1 parent 6d3206e commit 5a5203c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 660f7d22298ceb82facd2088c197f2de5cbfb7d6
refs/heads/master: 0578edc5604e3e192980f406f9e1040aa6434ca4
4 changes: 3 additions & 1 deletion trunk/net/packet/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ struct pgv {

struct packet_ring_buffer {
struct pgv *pg_vec;

unsigned int head;
unsigned int frames_per_block;
unsigned int frame_size;
Expand All @@ -63,8 +64,9 @@ struct packet_ring_buffer {
unsigned int pg_vec_pages;
unsigned int pg_vec_len;

struct tpacket_kbdq_core prb_bdqc;
atomic_t pending;

struct tpacket_kbdq_core prb_bdqc;
};

extern struct mutex fanout_mutex;
Expand Down

0 comments on commit 5a5203c

Please sign in to comment.