--- openflow-2014-10-06.h	2015-07-23 09:54:17.828479390 -0700
+++ openflow-2014-10-22.h	2015-07-23 09:54:17.836479390 -0700
@@ -3184,6 +3184,15 @@
     OFPTMPBF_EXPERIMENTER = 0xFFFF, /* Experimenter property. */
 };
 
+/* Time Format. */
+struct ofp_time {
+    uint64_t seconds;
+    uint32_t nanoseconds;
+    uint8_t  pad[4];
+};
+OFP_ASSERT(sizeof(struct ofp_time)==16);
+
+/* Bundle time features. */
 struct ofp_bundle_features_prop_time {
     uint16_t type;                    /* OFPTMPBF_TIME_CAPABILITY. */
     uint16_t length;                  /* Length in bytes of this property. */
@@ -3467,14 +3476,6 @@
 };
 OFP_ASSERT(sizeof(struct ofp_bundle_prop_experimenter) == 12);
 
-/* Time Format. */
-struct ofp_time {
-    uint64_t seconds;
-    uint32_t nanoseconds;
-    uint8_t  pad[4];
-};
-OFP_ASSERT(sizeof(struct ofp_time)==16);
-
 /* Bundle time property. */
     struct ofp_bundle_prop_time {
     uint16_t type;       /* OFPBPT_TIME */
