X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto-provider.h;fp=ofproto%2Fofproto-provider.h;h=bc08189ae5fc6f228e14ae67911660d11949b61f;hb=67761761a4a49f8af7d04b0e3dd9ae9b0534540c;hp=77553f61cbbaea4cd93119ff20608284fac81c37;hpb=77790ca7b1cd2e09676f6330190a83fa5afb0b20;p=sliver-openvswitch.git diff --git a/ofproto/ofproto-provider.h b/ofproto/ofproto-provider.h index 77553f61c..bc08189ae 100644 --- a/ofproto/ofproto-provider.h +++ b/ofproto/ofproto-provider.h @@ -260,6 +260,9 @@ struct oftable { uint32_t eviction_group_id_basis; struct hmap eviction_groups_by_id; struct heap eviction_groups_by_size; + + /* Table config: contains enum ofp_table_config; accessed atomically. */ + atomic_uint config; }; /* Assigns TABLE to each oftable, in turn, in OFPROTO.