diff options
author | John Fastabend <john.r.fastabend@intel.com> | 2011-10-06 08:52:38 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-10-06 15:49:51 -0400 |
commit | 6bd0e1cb10b6d14dda4a8806d0a2f4f0bbf01931 (patch) | |
tree | fa494e77fd2b8f4c6c99fc08e2885d50622be554 /include/net | |
parent | e290ed81307ca7d92675f0d9c683add693c2f377 (diff) | |
download | linux-3.10-6bd0e1cb10b6d14dda4a8806d0a2f4f0bbf01931.tar.gz linux-3.10-6bd0e1cb10b6d14dda4a8806d0a2f4f0bbf01931.tar.bz2 linux-3.10-6bd0e1cb10b6d14dda4a8806d0a2f4f0bbf01931.zip |
dcb: add DCBX mode to event notifier attributes
Add DCBX mode to event notifiers so listeners can learn
currently enabled mode.
Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/dcbnl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/dcbnl.h b/include/net/dcbnl.h index 263aa3ae76f..2cd66d0be34 100644 --- a/include/net/dcbnl.h +++ b/include/net/dcbnl.h @@ -26,6 +26,7 @@ struct dcb_app_type { int ifindex; struct dcb_app app; struct list_head list; + u8 dcbx; }; int dcb_setapp(struct net_device *, struct dcb_app *); |