Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58915
b: refs/heads/master
c: 8c28178
h: refs/heads/master
i:
  58913: 560b836
  58911: e93165e
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo authored and David S. Miller committed Jul 11, 2007
1 parent 5cb1af9 commit 8969f18
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 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: cc0a910b942d11069d35f52b2c0ed0e229e2fb46
refs/heads/master: 8c281780c6f867460c84bd78d9c3885c10f00ae1
7 changes: 3 additions & 4 deletions trunk/net/dccp/ccids/lib/loss_interval.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,9 @@ u32 dccp_li_hist_calc_i_mean(struct list_head *list)

EXPORT_SYMBOL_GPL(dccp_li_hist_calc_i_mean);

int dccp_li_hist_interval_new(struct dccp_li_hist *hist,
struct list_head *list, const u64 seq_loss, const u8 win_loss)
static int dccp_li_hist_interval_new(struct dccp_li_hist *hist,
struct list_head *list,
const u64 seq_loss, const u8 win_loss)
{
struct dccp_li_hist_entry *entry;
int i;
Expand All @@ -142,8 +143,6 @@ int dccp_li_hist_interval_new(struct dccp_li_hist *hist,
return 1;
}

EXPORT_SYMBOL_GPL(dccp_li_hist_interval_new);

/* calculate first loss interval
*
* returns estimated loss interval in usecs */
Expand Down
3 changes: 0 additions & 3 deletions trunk/net/dccp/ccids/lib/loss_interval.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ extern void dccp_li_hist_purge(struct dccp_li_hist *hist,

extern u32 dccp_li_hist_calc_i_mean(struct list_head *list);

extern int dccp_li_hist_interval_new(struct dccp_li_hist *hist,
struct list_head *list, const u64 seq_loss, const u8 win_loss);

extern void dccp_li_update_li(struct sock *sk, struct dccp_li_hist *li_hist,
struct list_head *li_hist_list,
struct list_head *hist_list,
Expand Down

0 comments on commit 8969f18

Please sign in to comment.