diff options
author | Arnaldo Carvalho de Melo <acme@ghostprotocols.net> | 2007-08-19 20:18:33 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:48:16 -0400 |
commit | 19ac21465e15e476220909c01b23df847b6ffa30 (patch) | |
tree | 0f47d32208477e4150e9caa295e1badad7321628 /include/linux/dccp.h | |
parent | 0740d49c2465bdd2644455c4bc49794395b73433 (diff) |
[DCCP]: Convert dccps_timestamp_time 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 'include/linux/dccp.h')
-rw-r--r-- | include/linux/dccp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/dccp.h b/include/linux/dccp.h index fda2148d8c85..3a4b96becfc4 100644 --- a/include/linux/dccp.h +++ b/include/linux/dccp.h | |||
@@ -215,6 +215,7 @@ struct dccp_so_feat { | |||
215 | #ifdef __KERNEL__ | 215 | #ifdef __KERNEL__ |
216 | 216 | ||
217 | #include <linux/in.h> | 217 | #include <linux/in.h> |
218 | #include <linux/ktime.h> | ||
218 | #include <linux/list.h> | 219 | #include <linux/list.h> |
219 | #include <linux/uio.h> | 220 | #include <linux/uio.h> |
220 | #include <linux/workqueue.h> | 221 | #include <linux/workqueue.h> |
@@ -498,7 +499,7 @@ struct dccp_sock { | |||
498 | __u64 dccps_gar; | 499 | __u64 dccps_gar; |
499 | __be32 dccps_service; | 500 | __be32 dccps_service; |
500 | struct dccp_service_list *dccps_service_list; | 501 | struct dccp_service_list *dccps_service_list; |
501 | struct timeval dccps_timestamp_time; | 502 | ktime_t dccps_timestamp_time; |
502 | __u32 dccps_timestamp_echo; | 503 | __u32 dccps_timestamp_echo; |
503 | __u16 dccps_l_ack_ratio; | 504 | __u16 dccps_l_ack_ratio; |
504 | __u16 dccps_r_ack_ratio; | 505 | __u16 dccps_r_ack_ratio; |