summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-07-28 07:42:42 +0200
committerMatthias Beyer <matthias.beyer@ifm.com>2022-07-28 07:43:36 +0200
commit2025747af717ba0be6aaf7b34cb196925d2f938a (patch)
treebd7ddb18a36879c80474948f2f2a8a430261961f
parent05fcb7b681447ca13d35fbdaf6f48b89e6cd3f6c (diff)
fixup! Add API requirements and design documentapi-requirements-and-design
-rw-r--r--design/API_requirements_and_design.md4
1 files 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.