X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fproc-net-compat.h;h=82d550f5c1b6796e1e2c88316289be0011744268;hb=58fbee4664788d779ad7b0e57c3dd420adca9221;hp=a5b3196164066438f31742031028f8a9e382e9dc;hpb=a14bc59fb8f27db193d74662dc9c5cb8237177ef;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;