[RFC PATCH 3/3] swupdate-progress: indicate modified API

2 views
Skip to first unread message

Konrad Schwarz

unread,
Apr 11, 2026, 3:46:30 PM (11 days ago) Apr 11
to swup...@googlegroups.com, Konrad Schwarz
From: Konrad Schwarz <konrad....@siemens.com>

The protocol patch level is incremented to indicate the switch to sticky failure state.

Signed-off-by: Konrad Schwarz <konrad....@siemens.com>
---
include/progress_ipc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/progress_ipc.h b/include/progress_ipc.h
index 11a1b0b4..6ef6310f 100644
--- a/include/progress_ipc.h
+++ b/include/progress_ipc.h
@@ -42,7 +42,7 @@ extern char* SOCKET_PROGRESS_PATH;

#define PROGRESS_API_MAJOR 2
#define PROGRESS_API_MINOR 0
-#define PROGRESS_API_PATCH 0
+#define PROGRESS_API_PATCH 1

#define PROGRESS_API_VERSION ((PROGRESS_API_MAJOR & 0xFFFF) << 16 | \
(PROGRESS_API_MINOR & 0xFF) << 8 | \
--
2.47.3

Reply all
Reply to author
Forward
0 new messages