From 5b381c80976c76bb7e0d779f1ff878416c93db78 Mon Sep 17 00:00:00 2001 From: Guo Wenxue <guowenxue@gmail.com> Date: Thu, 11 Apr 2024 11:31:56 +0800 Subject: [PATCH] Add TLV packet support --- project/socketd/booster/logger.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/socketd/booster/logger.c b/project/socketd/booster/logger.c index 217eb02..1af3b0e 100644 --- a/project/socketd/booster/logger.c +++ b/project/socketd/booster/logger.c @@ -4,11 +4,11 @@ * * Filename: logger.c * Description: This file is common logger API functions - * + * * Version: 1.0.0(11/08/23) * Author: Guo Wenxue <guowenxue@gmail.com> * ChangeLog: 1, Release initial version on "11/08/23 16:18:43" - * + * ********************************************************************************/ #include <stdio.h> -- Gitblit v1.9.1