From 79b628101c247d3ee896e6332576c201d9a21043 Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Wed, 7 Jun 2023 14:32:22 +0000 Subject: [PATCH] add trigger checkpoint --- source/libs/stream/src/streamCheckpoint.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/libs/stream/src/streamCheckpoint.c b/source/libs/stream/src/streamCheckpoint.c index 670cfbead1..efd19074da 100644 --- a/source/libs/stream/src/streamCheckpoint.c +++ b/source/libs/stream/src/streamCheckpoint.c @@ -13,7 +13,6 @@ * along with this program. If not, see . */ -#if 0 #include "streamInc.h" int32_t tEncodeSStreamCheckpointSourceReq(SEncoder* pEncoder, const SStreamCheckpointSourceReq* pReq) { @@ -193,4 +192,3 @@ int32_t streamProcessCheckpointRsp(SStreamMeta* pMeta, SStreamTask* pTask, SStre // set status normal return 0; } -#endif