components/openvswitch/files/lib/util-solaris.h
changeset 7237 c378a893371d
parent 6504 6c2d95642621
child 7590 5461fab14904
--- a/components/openvswitch/files/lib/util-solaris.h	Tue Nov 01 16:43:53 2016 -0700
+++ b/components/openvswitch/files/lib/util-solaris.h	Wed Nov 02 09:56:35 2016 -0700
@@ -95,8 +95,8 @@
 
 void solaris_port_walk(void *, void (*)(void *, const char *, char *,
     odp_port_t));
-uint64_t solaris_flow_walk(void *, struct ofpbuf *, boolean_t,
-    void (*)(void *, const char *, boolean_t, struct flow *, struct flow *,
+void solaris_flow_walk(void *, struct ofpbuf *,
+    void (*)(void *, const char *, struct flow *, struct flow *,
     struct ofpbuf *, uint64_t, uint64_t, uint64_t));
 
 boolean_t solaris_is_uplink_class(const char *);