X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto.h;h=d6ab1ae56738d0cfeecf96305902727a0b792054;hb=8bfaca5b9a63a4900c3c99fc6a97e2b821870f66;hp=94c2ab17de609223c43c159492361d847e731fa3;hpb=e2d13c430a5c648852369e4ce6808053eb076e5b;p=sliver-openvswitch.git diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h index 94c2ab17d..d6ab1ae56 100644 --- a/ofproto/ofproto.h +++ b/ofproto/ofproto.h @@ -55,13 +55,6 @@ struct ofproto_controller_info { } pairs; }; -struct ofexpired { - struct flow flow; - uint64_t packet_count; /* Packets from subrules. */ - uint64_t byte_count; /* Bytes from subrules. */ - long long int used; /* Last-used time (0 if never used). */ -}; - struct ofproto_sflow_options { struct sset targets; uint32_t sampling_rate; @@ -72,7 +65,6 @@ struct ofproto_sflow_options { char *control_ip; }; - struct ofproto_ipfix_bridge_exporter_options { struct sset targets; uint32_t sampling_rate;