From 791c2c270faaff01bb0561b84859ecf5c6aa42bb Mon Sep 17 00:00:00 2001 From: liuxueli Date: Fri, 17 Jan 2020 18:48:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E7=94=A8destroy=E5=87=BD=E6=95=B0?= =?UTF-8?q?=E6=97=B6=E5=BB=B6=E8=BF=9F5s=E9=80=80=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tsg_entry.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tsg_entry.cpp b/src/tsg_entry.cpp index 09b277f..79c8760 100644 --- a/src/tsg_entry.cpp +++ b/src/tsg_entry.cpp @@ -2,6 +2,7 @@ #include #include #include +#include #include #include @@ -507,6 +508,7 @@ extern "C" int TSG_MASTER_INIT() extern "C" int TSG_MASTER_UNLOAD() { + sleep(5); return 0; }