diff options
| author | yangwei <[email protected]> | 2024-11-06 16:34:26 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-11-06 16:34:26 +0800 |
| commit | 99a68d5c9efe500ab339165a2af515a0a7355ada (patch) | |
| tree | 7fea92c2eb0ea5dff7b9a23f4613e7941bf239bb /test/lpi_plus | |
| parent | 526c110868cec72677660fcc75dfa15dbb43fff0 (diff) | |
🦄 refactor(lpi plus): update api in lpi_plus.h
Diffstat (limited to 'test/lpi_plus')
| -rw-r--r-- | test/lpi_plus/gtest_lpip_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lpi_plus/gtest_lpip_module.c b/test/lpi_plus/gtest_lpip_module.c index 33dbb76..c6998dc 100644 --- a/test/lpi_plus/gtest_lpip_module.c +++ b/test/lpi_plus/gtest_lpip_module.c @@ -111,7 +111,7 @@ static void gtest_lpip_exdata_free(int idx __attribute__((unused)), void *ex_ptr } -static void gtest_lpip_on_appid_msg(struct session *sess, int appid[], size_t appid_num, void *args) +static void gtest_lpip_on_appid_msg(struct session *sess, int appid[], int packet_sequence[],size_t appid_num, void *args) { if(sess==NULL || appid==NULL || args==NULL)return; struct test_lpip_env *env = (struct test_lpip_env *)args; |
