[FEATURE]plugin table support ip_addr key type

This commit is contained in:
liuwentan
2023-05-30 16:16:18 +08:00
parent 1c2aa3c3b7
commit 51e29f0b95
18 changed files with 751 additions and 396 deletions

View File

@@ -32,7 +32,7 @@ pid_t hs_gettid()
static const char *hs_module_name_str(const char *name)
{
static __thread char module[64];
snprintf(module,sizeof(module),"%s(%d)", name, hs_gettid());
snprintf(module, sizeof(module), "%s(%d)", name, hs_gettid());
return module;
}