master/ethernet.h
changeset 344 5d8281f1aa2a
parent 339 a3a4ee854bd8
child 661 bc1de1362efb
--- 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 */