修复报告处理逻辑

This commit is contained in:
lnk
2026-07-01 14:51:55 +08:00
parent 145092b0ba
commit 405048ed44
10 changed files with 24 additions and 102 deletions

View File

@@ -457,6 +457,7 @@ typedef struct mvl_net_info
ST_VOID *user_info; /* MVL user can use this for 'whatever' */
MVL_NET_FILE *file_list; /* linked list of open files on this conn*/
ST_VOID *user_ext; /* user can use this for 'whatever', add by Lzm */
} MVL_NET_INFO;
/* Our connection control structures */