summaryrefslogtreecommitdiff
path: root/lib/dpif-provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dpif-provider.h')
-rw-r--r--lib/dpif-provider.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/dpif-provider.h b/lib/dpif-provider.h
index b8ead8a02..a33c6ec30 100644
--- a/lib/dpif-provider.h
+++ b/lib/dpif-provider.h
@@ -493,6 +493,10 @@ struct dpif_class {
int (*ct_set_tcp_seq_chk)(struct dpif *, bool enabled);
/* Get the TCP sequence checking configuration. */
int (*ct_get_tcp_seq_chk)(struct dpif *, bool *enabled);
+ /* Updates the sweep interval for the CT sweeper. */
+ int (*ct_set_sweep_interval)(struct dpif *, uint32_t ms);
+ /* Get the current value of the sweep interval for the CT sweeper. */
+ int (*ct_get_sweep_interval)(struct dpif *, uint32_t *ms);
/* Connection tracking per zone limit */