mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
lib/ofp: Consolidate some struct field orders
Avoid "holes" in structs by moving "small" members together. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -494,9 +494,9 @@ struct ofpact_learn {
|
||||
uint16_t idle_timeout; /* Idle time before discarding (seconds). */
|
||||
uint16_t hard_timeout; /* Max time before discarding (seconds). */
|
||||
uint16_t priority; /* Priority level of flow entry. */
|
||||
uint8_t table_id; /* Table to insert flow entry. */
|
||||
uint64_t cookie; /* Cookie for new flow. */
|
||||
enum ofputil_flow_mod_flags flags;
|
||||
uint8_t table_id; /* Table to insert flow entry. */
|
||||
uint16_t fin_idle_timeout; /* Idle timeout after FIN, if nonzero. */
|
||||
uint16_t fin_hard_timeout; /* Hard timeout after FIN, if nonzero. */
|
||||
|
||||
|
Reference in New Issue
Block a user