From e5a812082ae033afb1eed82c0f2df3d0f6bdc93f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 08:53:20 +0200 Subject: Adding upstream version 2.1.6. Signed-off-by: Daniel Baumann --- cts/scheduler/dot/promoted-stop.dot | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 cts/scheduler/dot/promoted-stop.dot (limited to 'cts/scheduler/dot/promoted-stop.dot') diff --git a/cts/scheduler/dot/promoted-stop.dot b/cts/scheduler/dot/promoted-stop.dot new file mode 100644 index 0000000..49f32a6 --- /dev/null +++ b/cts/scheduler/dot/promoted-stop.dot @@ -0,0 +1,8 @@ + digraph "g" { +"dummy:2_stop_0 node3" -> "m_stopped_0" [ style = bold] +"dummy:2_stop_0 node3" [ style=bold color="green" fontcolor="black"] +"m_stop_0" -> "dummy:2_stop_0 node3" [ style = bold] +"m_stop_0" -> "m_stopped_0" [ style = bold] +"m_stop_0" [ style=bold color="green" fontcolor="orange"] +"m_stopped_0" [ style=bold color="green" fontcolor="orange"] +} -- cgit v1.2.3