vswitch.xml: Fix bond-hash-basis documentation placement.
[openvswitch] / lib / odp-util.h
index 57294ec64d8f274f8952928ba8815871b74a9473..7c9b588ce42bebb18c86ec76a80e995c8dbb002b 100644 (file)
@@ -136,4 +136,7 @@ BUILD_ASSERT_DECL(sizeof(struct user_action_cookie) == 8);
 size_t odp_put_userspace_action(uint32_t pid,
                                 const struct user_action_cookie *,
                                 struct ofpbuf *odp_actions);
+
+void commit_odp_actions(const struct flow *, struct flow *base,
+                        struct ofpbuf *odp_actions);
 #endif /* odp-util.h */