summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoryangwei <[email protected]>2024-04-01 18:02:33 +0800
committeryangwei <[email protected]>2024-04-03 15:43:47 +0800
commit61ced1df7e02f9022a0f18ddb0515a0e7193a3a0 (patch)
tree244e916f4642f150ff46011dba2ad96270d8e15f /include
parent132e9473ff47e8d4f37479b6231fd2ec5948753a (diff)
✨ feat(ap_bloom): 使用ap_bloom替代dabloom
Diffstat (limited to 'include')
-rw-r--r--include/private/sapp_global_val.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/private/sapp_global_val.h b/include/private/sapp_global_val.h
index 911330e..5e6013f 100644
--- a/include/private/sapp_global_val.h
+++ b/include/private/sapp_global_val.h
@@ -213,6 +213,7 @@ typedef struct{
int bloom_capacity;
double bloom_error_rate;
int bloom_timeout;
+ int bloom_slice_num;
}sapp_dup_pkt_t;
typedef struct{