aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/ccids/ccid3.h
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@ghostprotocols.net>2007-08-19 20:14:52 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 19:48:11 -0400
commit23f062af6e90654ef939462c2c060ad103dec6f2 (patch)
treed4583cbd5cae080cff0b9af699e375f2e5c1e892 /net/dccp/ccids/ccid3.h
parentac198ea8d94a46830080372a539420cf4a8de4a3 (diff)
[DCCP]: Convert ccid3hctx_t_ld to ktime_t
Signed-off-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp/ccids/ccid3.h')
-rw-r--r--net/dccp/ccids/ccid3.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/dccp/ccids/ccid3.h b/net/dccp/ccids/ccid3.h
index 51d4b804e334..dcb6b677348b 100644
--- a/net/dccp/ccids/ccid3.h
+++ b/net/dccp/ccids/ccid3.h
@@ -38,7 +38,6 @@
38 38
39#include <linux/ktime.h> 39#include <linux/ktime.h>
40#include <linux/list.h> 40#include <linux/list.h>
41#include <linux/time.h>
42#include <linux/types.h> 41#include <linux/types.h>
43#include <linux/tfrc.h> 42#include <linux/tfrc.h>
44#include "../ccid.h" 43#include "../ccid.h"
@@ -111,7 +110,7 @@ struct ccid3_hc_tx_sock {
111 u8 ccid3hctx_idle; 110 u8 ccid3hctx_idle;
112 ktime_t ccid3hctx_t_last_win_count; 111 ktime_t ccid3hctx_t_last_win_count;
113 struct timer_list ccid3hctx_no_feedback_timer; 112 struct timer_list ccid3hctx_no_feedback_timer;
114 struct timeval ccid3hctx_t_ld; 113 ktime_t ccid3hctx_t_ld;
115 ktime_t ccid3hctx_t_nom; 114 ktime_t ccid3hctx_t_nom;
116 u32 ccid3hctx_delta; 115 u32 ccid3hctx_delta;
117 struct list_head ccid3hctx_hist; 116 struct list_head ccid3hctx_hist;