commit | 9854518ea04db33738602d45ebc96a200e6f5198 | [log] [tgz] |
---|---|---|
author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | Tue Apr 26 10:06:18 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 26 12:00:49 2016 -0400 |
tree | 96d3d6f4024f7a79010bea763f5922315d7bd63f | |
parent | b676338fb3aab0b63b4a2489feb8f35003db22e8 [diff] [blame] |
sched: align nlattr properly when needed Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/include/uapi/linux/gen_stats.h b/include/uapi/linux/gen_stats.h index 6487317..52deccc 100644 --- a/include/uapi/linux/gen_stats.h +++ b/include/uapi/linux/gen_stats.h
@@ -10,6 +10,7 @@ TCA_STATS_QUEUE, TCA_STATS_APP, TCA_STATS_RATE_EST64, + TCA_STATS_PAD, __TCA_STATS_MAX, }; #define TCA_STATS_MAX (__TCA_STATS_MAX - 1)