Re: [RESEND][PATCH 2/4 Rev-3] Add new timeval_to_sec function

2007-09-19 Thread Stephen Hemminger
On Wed, 19 Sep 2007 09:24:07 +0530 Varun Chandramohan <[EMAIL PROTECTED]> wrote: > A new function for converting timeval to time_t is added in netlink.h. Its a > common function used in differentplaces. The reason for adding this function > in netlink.h is that its used by netlink for stats purp

[RESEND][PATCH 2/4 Rev-3] Add new timeval_to_sec function

2007-09-18 Thread Varun Chandramohan
A new function for converting timeval to time_t is added in netlink.h. Its a common function used in differentplaces. The reason for adding this function in netlink.h is that its used by netlink for stats purpose. Signed-off-by: Varun Chandramohan <[EMAIL PROTECTED]> --- include/net/netlink.h |