summaryrefslogtreecommitdiff
path: root/include/openflow/openflow.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-05-26 09:34:05 -0700
committerBen Pfaff <blp@nicira.com>2011-06-14 11:21:49 -0700
commit03cd34939e0f90fab30daf74034de0fbd1af17ec (patch)
treeb5de2abcf56d7e03e2ebb6e45c593a858b19f878 /include/openflow/openflow.h
parent28c8bad14f17fea722632e6483e61c80a1b9a8e0 (diff)
downloadopenvswitch-03cd34939e0f90fab30daf74034de0fbd1af17ec.tar.gz
openflow: Remove 'body' member from struct ofp_stats_msg.
This member does not actually help with anything.
Diffstat (limited to 'include/openflow/openflow.h')
-rw-r--r--include/openflow/openflow.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/openflow/openflow.h b/include/openflow/openflow.h
index 9213be640..5329f20ac 100644
--- a/include/openflow/openflow.h
+++ b/include/openflow/openflow.h
@@ -738,7 +738,6 @@ struct ofp_stats_msg {
ovs_be16 type; /* One of the OFPST_* constants. */
ovs_be16 flags; /* Requests: always 0.
* Replies: 0 or OFPSF_REPLY_MORE. */
- uint8_t body[0]; /* Body of the request. */
};
OFP_ASSERT(sizeof(struct ofp_stats_msg) == 12);