Merge branch 'master' into forward-port
[sliver-openvswitch.git] / lib / dpif-provider.h
index 317e617..f264e1b 100644 (file)
@@ -340,6 +340,7 @@ struct dpif_class {
 
 extern const struct dpif_class dpif_linux_class;
 extern const struct dpif_class dpif_netdev_class;
+extern const struct dpif_class dpif_planetlab_class;
 
 #ifdef  __cplusplus
 }