summaryrefslogtreecommitdiff
path: root/include/openvswitch/packets.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openvswitch/packets.h')
-rw-r--r--include/openvswitch/packets.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/openvswitch/packets.h b/include/openvswitch/packets.h
index be91e02da..c74ce286d 100644
--- a/include/openvswitch/packets.h
+++ b/include/openvswitch/packets.h
@@ -73,10 +73,6 @@ union flow_vlan_hdr {
};
};
-#ifdef __cplusplus
-}
-#endif
-
/* Network Service Header keys */
struct flow_nsh {
uint8_t flags;
@@ -93,4 +89,8 @@ struct flow_nsh {
#define FLOW_NSH_F_MASK ((1 << 2) - 1)
+#ifdef __cplusplus
+}
+#endif
+
#endif /* packets.h */