summaryrefslogtreecommitdiff
path: root/lib/dpif-netdev-private-dpcls.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dpif-netdev-private-dpcls.h')
-rw-r--r--lib/dpif-netdev-private-dpcls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dpif-netdev-private-dpcls.h b/lib/dpif-netdev-private-dpcls.h
index 0d5da73c7..2a9279437 100644
--- a/lib/dpif-netdev-private-dpcls.h
+++ b/lib/dpif-netdev-private-dpcls.h
@@ -87,6 +87,7 @@ struct dpcls_subtable {
* can be used at any time by a PMD thread, so it's declared as an atomic
* here to prevent garbage from being read. */
ATOMIC(dpcls_subtable_lookup_func) lookup_func;
+ struct dpcls_subtable_lookup_info_t *lookup_func_info;
/* Caches the masks to match a packet to, reducing runtime calculations. */
uint64_t *mf_masks;