X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=vswitchd%2Fproc-net-compat.h;h=82d550f5c1b6796e1e2c88316289be0011744268;hb=8398cf7efc3979cd6c8152915a584c13873ee322;hp=a5b3196164066438f31742031028f8a9e382e9dc;hpb=34e63086edddcae06d7c1a4fa84fec0861e50758;p=openvswitch diff --git a/vswitchd/proc-net-compat.h b/vswitchd/proc-net-compat.h index a5b31961..82d550f5 100644 --- a/vswitchd/proc-net-compat.h +++ b/vswitchd/proc-net-compat.h @@ -22,10 +22,19 @@ struct compat_bond { bool up; int updelay; int downdelay; + + int n_hashes; + struct compat_bond_hash *hashes; + int n_slaves; struct compat_bond_slave *slaves; }; +struct compat_bond_hash { + int hash; + const char *netdev_name; +}; + struct compat_bond_slave { const char *name; bool up;