diff mbox

[ovs-dev,v2,04/15] ofproto-dpif: Remove prototype for an undefined function.

Message ID 1471908701-102773-5-git-send-email-jarno@ovn.org
State Changes Requested
Headers show

Commit Message

Jarno Rajahalme Aug. 22, 2016, 11:31 p.m. UTC
We do not have a 'ofproto_dpif_refresh_rule()' function.

Signed-off-by: Jarno Rajahalme <jarno@ovn.org>
---
 ofproto/ofproto-dpif.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Ben Pfaff Aug. 29, 2016, 9:36 p.m. UTC | #1
On Mon, Aug 22, 2016 at 04:31:30PM -0700, Jarno Rajahalme wrote:
> We do not have a 'ofproto_dpif_refresh_rule()' function.
> 
> Signed-off-by: Jarno Rajahalme <jarno@ovn.org>

Acked-by: Ben Pfaff <blp@ovn.org>
Jarno Rajahalme Aug. 30, 2016, 5:44 p.m. UTC | #2
Pushed to master,

  Jarno

> On Aug 29, 2016, at 2:36 PM, Ben Pfaff <blp@ovn.org> wrote:
> 
> On Mon, Aug 22, 2016 at 04:31:30PM -0700, Jarno Rajahalme wrote:
>> We do not have a 'ofproto_dpif_refresh_rule()' function.
>> 
>> Signed-off-by: Jarno Rajahalme <jarno@ovn.org>
> 
> Acked-by: Ben Pfaff <blp@ovn.org>
diff mbox

Patch

diff --git a/ofproto/ofproto-dpif.h b/ofproto/ofproto-dpif.h
index f1e1209..a3b1d6b 100644
--- a/ofproto/ofproto-dpif.h
+++ b/ofproto/ofproto-dpif.h
@@ -161,7 +161,6 @@  int ofproto_dpif_send_packet(const struct ofport_dpif *, bool oam,
                              struct dp_packet *);
 void ofproto_dpif_flow_mod(struct ofproto_dpif *,
                            const struct ofputil_flow_mod *);
-struct rule_dpif *ofproto_dpif_refresh_rule(struct rule_dpif *);
 
 struct ofport_dpif *odp_port_to_ofport(const struct dpif_backer *, odp_port_t);
 struct ofport_dpif *ofp_port_to_ofport(const struct ofproto_dpif *,