diff options
Diffstat (limited to 'src/include/ndpi_typedefs.h')
-rw-r--r-- | src/include/ndpi_typedefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index a86fa79da..e19e9f82c 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1400,6 +1400,8 @@ typedef enum ndpi_dont_load_zoom_list = (1 << 7), ndpi_dont_load_cloudflare_list = (1 << 8), ndpi_dont_load_microsoft_list = (1 << 9), + ndpi_dont_load_google_list = (1 << 10), + ndpi_dont_load_google_cloud_list = (1 << 11), } ndpi_prefs; typedef struct { |