X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=include%2Fopenflow%2Fopenflow-1.3.h;fp=include%2Fopenflow%2Fopenflow-1.3.h;h=8e9f6f74679d201f48bb4dbee22451f370c057e9;hb=6fdaa45a6f6c9dda2b376060a1483d8fc71f9ef5;hp=4696f01d410b5c74e0e92ba0031be4c938d24ba5;hpb=644cfd84772eb7d83dfff9153b9e8851cbe1fec2;p=sliver-openvswitch.git diff --git a/include/openflow/openflow-1.3.h b/include/openflow/openflow-1.3.h index 4696f01d4..8e9f6f746 100644 --- a/include/openflow/openflow-1.3.h +++ b/include/openflow/openflow-1.3.h @@ -385,10 +385,10 @@ OFP_ASSERT(sizeof(struct ofp13_queue_stats) == 40); /* Body of reply to OFPMP13_GROUP request */ struct ofp13_group_stats { struct ofp11_group_stats gs; - ovs_be32 duration_sec; /* NEW: Time group has been alive in seconds. */ - ovs_be32 duration_nsec; /* NEW: Time group has been alive in nanoseconds + ovs_be32 duration_sec; /* Time group has been alive in seconds. */ + ovs_be32 duration_nsec; /* Time group has been alive in nanoseconds beyond duration_sec. */ - /* struct ofp11_bucket_counter bucket_stats[0]; */ + struct ofp11_bucket_counter bucket_stats[0]; }; OFP_ASSERT(sizeof(struct ofp13_group_stats) == 40);