aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_typedefs.h
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2023-08-26 00:24:33 +0200
committerLuca Deri <deri@ntop.org>2023-08-26 00:24:33 +0200
commit2c565c77c9ffe5d39360b43c7f941a97e9776c21 (patch)
treef6c62212e27ff85b16fe7b30016855440ccfd37d /src/include/ndpi_typedefs.h
parent42fcb011ad2132d941ac36e9645ee628ba84ff19 (diff)
Added ndpi_domain_classify_XXX(0 API
Diffstat (limited to 'src/include/ndpi_typedefs.h')
-rw-r--r--src/include/ndpi_typedefs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h
index 16feb9733..2f9c73c0f 100644
--- a/src/include/ndpi_typedefs.h
+++ b/src/include/ndpi_typedefs.h
@@ -2025,6 +2025,11 @@ typedef struct {
ndpi_filter *filter[2 /* direct and reverse */];
} ndpi_string_search;
+
+#define MAX_NUM_NDPI_DOMAIN_CLASSIFICATIONS 6
+
+typedef void ndpi_domain_classify;
+
/* **************************************** */
#endif /* __NDPI_TYPEDEFS_H__ */