odp-util: New function factored out of put_userspace_action().
[sliver-openvswitch.git] / lib / odp-util.h
index 0f4f9e6..3003f61 100644 (file)
@@ -111,4 +111,7 @@ struct user_action_cookie {
 
 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);
 #endif /* odp-util.h */