From 2025747af717ba0be6aaf7b34cb196925d2f938a Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 28 Jul 2022 07:42:42 +0200 Subject: fixup! Add API requirements and design document --- design/API_requirements_and_design.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/design/API_requirements_and_design.md b/design/API_requirements_and_design.md index 2cca74e4..616afdc8 100644 --- a/design/API_requirements_and_design.md +++ b/design/API_requirements_and_design.md @@ -50,8 +50,8 @@ One should be able to build a thin-edge executable from tedge plugins crates tha - Same thing for a missing required peer for a given kind, or two peers when just one is expected. - Plugin/Application shutdown -- Shutdown is signalled to all plugins, giving them a possibility to handle this - case + - Shutdown is signalled to all plugins, giving them a possibility to handle + this case - A plugin to handle SIGTERM? Or part of the core? - Plugins should be free to communicate with any other plugins, even in a circular fashion. -- cgit v1.2.3