X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=blobdiff_plain;f=include%2Fopenflow%2Fopenflow-1.4.h;h=4599f95667533713de24a7b6b0ff16ed31bf67cc;hp=49a4f7b515aa49caee1d35f411e30de71f582f51;hb=6c6eedc5d6730835a0d9724e2e8cfe9cdf03b07d;hpb=1478295a219f24c2296eb887954afac537c3665f diff --git a/include/openflow/openflow-1.4.h b/include/openflow/openflow-1.4.h index 49a4f7b51..4599f9566 100644 --- a/include/openflow/openflow-1.4.h +++ b/include/openflow/openflow-1.4.h @@ -157,6 +157,14 @@ struct ofp14_table_desc { }; OFP_ASSERT(sizeof(struct ofp14_table_desc) == 8); +/* A table config has changed in the datapath */ +struct ofp14_table_status { + uint8_t reason; /* One of OFPTR_*. */ + uint8_t pad[7]; /* Pad to 64 bits */ + /* Followed by struct ofp14_table_desc */ +}; +OFP_ASSERT(sizeof(struct ofp14_table_status) == 8); + /* ## ---------------- ## */ /* ## ofp14_port_stats ## */ /* ## ---------------- ## */