summaryrefslogtreecommitdiff
path: root/datapath/datapath.h
diff options
context:
space:
mode:
authorAndy Zhou <azhou@nicira.com>2013-04-10 13:34:22 -0700
committerJesse Gross <jesse@nicira.com>2013-04-10 14:55:17 -0700
commit9872172a0a87c6e8300813de613b9267a73f0547 (patch)
tree20dd1dd01798fa6445c8e8cd1ad7b7c6f628c080 /datapath/datapath.h
parentfa717215da1fa6bffe4e51083f4f5439c699a28b (diff)
downloadopenvswitch-9872172a0a87c6e8300813de613b9267a73f0547.tar.gz
datapath.h Fix a stale comment.
Signed-off-by: Andy Zhou <azhou@nicira.com> Signed-off-by: Jesse Gross <jesse@nicira.com>
Diffstat (limited to 'datapath/datapath.h')
-rw-r--r--datapath/datapath.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/datapath/datapath.h b/datapath/datapath.h
index 9bc98fb76..ee40d8f45 100644
--- a/datapath/datapath.h
+++ b/datapath/datapath.h
@@ -61,7 +61,6 @@ struct dp_stats_percpu {
* struct datapath - datapath for flow-based packet switching
* @rcu: RCU callback head for deferred destruction.
* @list_node: Element in global 'dps' list.
- * @n_flows: Number of flows currently in flow table.
* @table: Current flow table. Protected by genl_lock and RCU.
* @ports: Hash table for ports. %OVSP_LOCAL port always exists. Protected by
* RTNL and RCU.