Merge branch 'rework/kthreads' into for-linus
[linux-2.6-microblaze.git] / include / linux / if_team.h
index add6079..fc985e5 100644 (file)
 #include <uapi/linux/if_team.h>
 
 struct team_pcpu_stats {
-       u64                     rx_packets;
-       u64                     rx_bytes;
-       u64                     rx_multicast;
-       u64                     tx_packets;
-       u64                     tx_bytes;
+       u64_stats_t             rx_packets;
+       u64_stats_t             rx_bytes;
+       u64_stats_t             rx_multicast;
+       u64_stats_t             tx_packets;
+       u64_stats_t             tx_bytes;
        struct u64_stats_sync   syncp;
        u32                     rx_dropped;
        u32                     tx_dropped;