aboutsummaryrefslogtreecommitdiff
path: root/PORTING
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2011-07-01 14:13:56 -0700
committerJustin Pettit <jpettit@nicira.com>2011-07-01 14:13:56 -0700
commit5bee6e2638989aff14429c5a85fa7cef196f2106 (patch)
tree4aed6c5ba7f34826995ba766c4f875632759aa73 /PORTING
parentb69fe6b1031990bd9c86993864f43ecd89f62717 (diff)
ofproto: Rename "private.h" to "ofproto->provider.h".
To be more consistent with other providers, rename "private.h" to "ofproto-provider.h".
Diffstat (limited to 'PORTING')
-rw-r--r--PORTING6
1 files changed, 3 insertions, 3 deletions
diff --git a/PORTING b/PORTING
index 3dd0bfc5..1ac1c636 100644
--- a/PORTING
+++ b/PORTING
@@ -160,9 +160,9 @@ ofproto Providers
An "ofproto provider" is what ofproto uses to directly monitor and
control an OpenFlow-capable switch. struct ofproto_class, in
-ofproto/private.h, defines the interfaces to implement an ofproto
-provider for new hardware or software. That structure contains many
-function pointers, each of which has a comment that is meant to
+ofproto/ofproto-provider.h, defines the interfaces to implement an
+ofproto provider for new hardware or software. That structure contains
+many function pointers, each of which has a comment that is meant to
describe its behavior in detail. If the requirements are unclear,
please report this as a bug.