Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-client
[firefly-linux-kernel-4.4.55.git] / include / net / dcbnl.h
index f5aa39997f0bbc30409306c736604e8dca6e9b4d..2cd66d0be34839276e202e900dd17392ba15e124 100644 (file)
 #include <linux/dcbnl.h>
 
 struct dcb_app_type {
-       char              name[IFNAMSIZ];
+       int     ifindex;
        struct dcb_app    app;
        struct list_head  list;
+       u8      dcbx;
 };
 
 int dcb_setapp(struct net_device *, struct dcb_app *);