From 5d6350864ae0af00a7f67abd6cc10288e17802f6 Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Sat, 18 Apr 2026 23:11:48 +0800 Subject: [PATCH] fix --- include/protocol.hrl | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/protocol.hrl b/include/protocol.hrl index 671bb20..35cbd22 100644 --- a/include/protocol.hrl +++ b/include/protocol.hrl @@ -23,11 +23,9 @@ -define(MESSAGE_AUTH_REPLY, 16#02). -define(MESSAGE_COMMAND, 16#03). --define(MESSAGE_DEPLOY, 16#04). -define(MESSAGE_PUB, 16#05). -define(MESSAGE_DATA, 16#06). --define(MESSAGE_EVENT, 16#07). %% efka主动上报的event-stream流, 单向消息,主要是: docker-create的实时处理逻辑上报 -define(MESSAGE_EVENT_STREAM, 16#08).