From 5c912c70e9333298ff48f7ea15424f72ca977b99 Mon Sep 17 00:00:00 2001 From: Fu Juntang <StrongTiger_001@163.com> Date: 星期五, 17 九月 2021 09:43:55 +0800 Subject: [PATCH] Add the heartbeat logic feature. --- src/socket/socket_def.h | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/src/socket/socket_def.h b/src/socket/socket_def.h index 56cca6d..cd6f2a6 100644 --- a/src/socket/socket_def.h +++ b/src/socket/socket_def.h @@ -20,18 +20,4 @@ }; - - - -// typedef struct shm_bus_msg_t { -// void *topic; -// int topic_length; - -// } shm_bus_msg_t; - -#define ACTION_LIDENTIFIER "<**" -#define ACTION_RIDENTIFIER "**>" -#define TOPIC_LIDENTIFIER "{" -#define TOPIC_RIDENTIFIER "}" - #endif \ No newline at end of file -- Gitblit v1.8.0