diff options
Diffstat (limited to 'include/net/dcbnl.h')
| -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 *);  |