summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/openvswitch/ofp-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openvswitch/ofp-util.h b/include/openvswitch/ofp-util.h
index 07723b427..5d911af89 100644
--- a/include/openvswitch/ofp-util.h
+++ b/include/openvswitch/ofp-util.h
@@ -500,7 +500,7 @@ bool ofputil_packet_in_reason_from_string(const char *,
* to any process other than ovs-vswitchd. Therefore, only ovs-vswitchd should
* use ofputil_packet_in_private and the functions that operate on it. */
struct ofputil_packet_in_private {
- struct ofputil_packet_in public;
+ struct ofputil_packet_in base;
/* NXCPT_BRIDGE. */
struct uuid bridge;