Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368198
b: refs/heads/master
c: 9bc2fc9
h: refs/heads/master
v: v3
  • Loading branch information
Ben Hutchings committed Mar 7, 2013
1 parent a78b4f5 commit 253a9af
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: 272baeeb6a98f5f746c2eeab4973c2df89e9d7ea
refs/heads/master: 9bc2fc9b5272cc888fb10d5839f7188fa0bfdc90
6 changes: 3 additions & 3 deletions trunk/drivers/net/ethernet/sfc/net_driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,9 @@ struct efx_rx_queue {
bool enabled;
bool flush_pending;

int added_count;
int notified_count;
int removed_count;
unsigned int added_count;
unsigned int notified_count;
unsigned int removed_count;
unsigned int max_fill;
unsigned int fast_fill_trigger;
unsigned int min_fill;
Expand Down

0 comments on commit 253a9af

Please sign in to comment.