summaryrefslogtreecommitdiff
path: root/ofproto/ofproto.h
diff options
context:
space:
mode:
authorEthan Jackson <ethan@nicira.com>2013-10-22 23:07:55 -0700
committerEthan Jackson <ethan@nicira.com>2013-12-12 17:09:06 -0800
commit8bfaca5b9a63a4900c3c99fc6a97e2b821870f66 (patch)
treefc5ffb3682d692e8acee621e7a8bea890b55f6c0 /ofproto/ofproto.h
parente2d13c430a5c648852369e4ce6808053eb076e5b (diff)
downloadopenvswitch-8bfaca5b9a63a4900c3c99fc6a97e2b821870f66.tar.gz
ofproto: Modularize netflow.
The netflow code has its tentacles all over the ofproto-dpif module. This is fine today, but in future facets, which correspond roughly to netflow_flows, will be retired. In preparation, this patch hides as much implementation detail as possible inside the netflow module. Signed-off-by: Ethan Jackson <ethan@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'ofproto/ofproto.h')
-rw-r--r--ofproto/ofproto.h8
1 files changed, 0 insertions, 8 deletions
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;