session manager support output fieldstat

This commit is contained in:
luwenpeng
2024-10-30 17:00:20 +08:00
parent 03864c9731
commit d56cda3d9a
46 changed files with 3208 additions and 3141 deletions

View File

@@ -5,6 +5,8 @@ extern "C"
{
#endif
#include "tuple.h"
struct session_table;
struct session_table *session_table_new();
void session_table_free(struct session_table *table);