[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20081112.015952.170520598.davem@davemloft.net>
Date: Wed, 12 Nov 2008 01:59:52 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: patrick.ohly@...el.com
Cc: netdev@...r.kernel.org, opurdila@...acom.com,
shemminger@...tta.com, netdev@...eo.de, ak@...ux.intel.com,
john.ronciak@...el.com, dada1@...mosbay.com, oliver@...tkopp.net
Subject: Re: [RFC PATCH 05/13] ip: support for TX timestamps on UDP and RAW
sockets
From: Patrick Ohly <patrick.ohly@...el.com>
Date: Fri, 24 Oct 2008 15:49:10 +0200
> diff --git a/include/net/ip.h b/include/net/ip.h
> index 250e6ef..76cee15 100644
> --- a/include/net/ip.h
> +++ b/include/net/ip.h
> @@ -54,6 +54,7 @@ struct ipcm_cookie
> __be32 addr;
> int oif;
> struct ip_options *opt;
> + union ktime tstamp;
> };
>
> #define IPCB(skb) ((struct inet_skb_parm*)((skb)->cb))
Please use ktime_t
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists