summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoryangwei <[email protected]>2023-09-04 16:40:20 +0800
committeryangwei <[email protected]>2023-09-04 16:40:20 +0800
commitfe8a091d32afe4fa3eaf603469830c070fe25161 (patch)
tree72ede4046f011cfecc1521f8794f93ceaf29bb68 /include
parenta896ff33554e71c6d1db056cf558c740719d0f97 (diff)
✨ feat(packet io config): 增加dumpfile_sleep_time_before_exit,默认为0
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 8235ddc..2d673df 100644
--- a/include/private/sapp_global_val.h
+++ b/include/private/sapp_global_val.h
@@ -256,6 +256,7 @@ typedef struct{
short infinite_loop_enabled;
short destroy_all_plug_enabled;
short dlclose_all_plug_enabled;
+ int dumpfile_sleep_time_before_exit;
}sapp_config_packet_io_t;