]> git.proxmox.com Git - mirror_ovs.git/blobdiff - lib/dpif-provider.h
dpctl conntrack: Add get number of connections.
[mirror_ovs.git] / lib / dpif-provider.h
index 98f41151b721eac725375cccab5f16961eb050e5..62b3598acfc575edca2c651566f78e4d0be0d5f8 100644 (file)
@@ -441,6 +441,8 @@ struct dpif_class {
     int (*ct_set_maxconns)(struct dpif *, uint32_t maxconns);
     /* Get max connections allowed. */
     int (*ct_get_maxconns)(struct dpif *, uint32_t *maxconns);
+    /* Get number of connections tracked. */
+    int (*ct_get_nconns)(struct dpif *, uint32_t *nconns);
 
     /* Meters */