diff -r b3858d25ba4b -r 5d8281f1aa2a master/ethernet.h --- a/master/ethernet.h Wed Aug 09 15:00:20 2006 +0000 +++ b/master/ethernet.h Tue Aug 15 08:09:18 2006 +0000 @@ -78,7 +78,7 @@ struct net_device *dev; /**< net_device for virtual ethernet device */ struct net_device_stats stats; /**< device statistics */ unsigned int opened; /**< net_device is opened */ - cycles_t t_last; /**< time of last rate output */ + unsigned long rate_jiffies; /**< time of last rate output */ struct sk_buff *rx_skb; /**< current rx socket buffer */ off_t rx_skb_offset; /**< current write pointer in the socket buffer */ size_t rx_skb_size; /**< size of the allocated socket buffer memory */