Skip to content

Commit

Permalink
ofproto: Fix comment on struct meter.
Browse files Browse the repository at this point in the history
This comment seems misleading, because it implies that the struct ends in
a flexible array member when it doesn't.

Signed-off-by: Ben Pfaff <[email protected]>
Acked-by: Jarno Rajahalme <[email protected]>
  • Loading branch information
blp committed May 28, 2014
1 parent 22ba480 commit 668332d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ofproto/ofproto.c
Original file line number Diff line number Diff line change
Expand Up @@ -5032,8 +5032,6 @@ handle_flow_monitor_cancel(struct ofconn *ofconn, const struct ofp_header *oh)
/* Meters implementation.
*
* Meter table entry, indexed by the OpenFlow meter_id.
* These are always dynamically allocated to allocate enough space for
* the bands.
* 'created' is used to compute the duration for meter stats.
* 'list rules' is needed so that we can delete the dependent rules when the
* meter table entry is deleted.
Expand Down

0 comments on commit 668332d

Please sign in to comment.