X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Ffail-open.c;h=2a8fb955f53ef16a1d9a372594f37361dd18d6d1;hb=65d042a1b4e3169c44bbb0fca5f0746e04ae6a4e;hp=04be5ce6a357caf31f7ef88176b60fe7c2ae9b80;hpb=5136ce492c414f377f7be9ae32b259abb9f76580;p=openvswitch diff --git a/ofproto/fail-open.c b/ofproto/fail-open.c index 04be5ce6..2a8fb955 100644 --- a/ofproto/fail-open.c +++ b/ofproto/fail-open.c @@ -257,7 +257,7 @@ static void fail_open_recover(struct fail_open *fo) { if (fail_open_is_active(fo)) { - flow_t flow; + struct flow flow; VLOG_WARN("No longer in fail-open mode"); fo->last_disconn_secs = 0; @@ -283,7 +283,7 @@ fail_open_flushed(struct fail_open *fo) bool open = disconn_secs >= trigger_duration(fo); if (open) { union ofp_action action; - flow_t flow; + struct flow flow; /* Set up a flow that matches every packet and directs them to * OFPP_NORMAL. */