diff options
Diffstat (limited to 'cts/scheduler/dot/clone-interleave-2.dot')
-rw-r--r-- | cts/scheduler/dot/clone-interleave-2.dot | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/cts/scheduler/dot/clone-interleave-2.dot b/cts/scheduler/dot/clone-interleave-2.dot new file mode 100644 index 0000000..0d013b8 --- /dev/null +++ b/cts/scheduler/dot/clone-interleave-2.dot @@ -0,0 +1,29 @@ + digraph "g" { +"child-2:2_stop_0 pcmk-1" -> "clone-2_stopped_0" [ style = bold] +"child-2:2_stop_0 pcmk-1" [ style=bold color="green" fontcolor="black"] +"child-3:2_start_0 pcmk-1" -> "clone-3_running_0" [ style = dashed] +"child-3:2_start_0 pcmk-1" [ style=dashed color="red" fontcolor="black"] +"child-3:2_stop_0 pcmk-1" -> "child-2:2_stop_0 pcmk-1" [ style = bold] +"child-3:2_stop_0 pcmk-1" -> "child-3:2_start_0 pcmk-1" [ style = dashed] +"child-3:2_stop_0 pcmk-1" -> "clone-3_stopped_0" [ style = bold] +"child-3:2_stop_0 pcmk-1" [ style=bold color="green" fontcolor="black"] +"clone-2_stop_0" -> "child-2:2_stop_0 pcmk-1" [ style = bold] +"clone-2_stop_0" -> "clone-2_stopped_0" [ style = bold] +"clone-2_stop_0" [ style=bold color="green" fontcolor="orange"] +"clone-2_stopped_0" [ style=bold color="green" fontcolor="orange"] +"clone-3_running_0" -> "dummy_start_0 pcmk-1" [ style = bold] +"clone-3_running_0" [ style=bold color="green" fontcolor="orange"] +"clone-3_start_0" -> "child-3:2_start_0 pcmk-1" [ style = dashed] +"clone-3_start_0" -> "clone-3_running_0" [ style = bold] +"clone-3_start_0" [ style=bold color="green" fontcolor="orange"] +"clone-3_stop_0" -> "child-3:2_stop_0 pcmk-1" [ style = bold] +"clone-3_stop_0" -> "clone-3_stopped_0" [ style = bold] +"clone-3_stop_0" [ style=bold color="green" fontcolor="orange"] +"clone-3_stopped_0" -> "clone-2_stop_0" [ style = bold] +"clone-3_stopped_0" -> "clone-3_start_0" [ style = bold] +"clone-3_stopped_0" [ style=bold color="green" fontcolor="orange"] +"dummy_start_0 pcmk-1" [ style=bold color="green" fontcolor="black"] +"dummy_stop_0 pcmk-1" -> "clone-3_stop_0" [ style = bold] +"dummy_stop_0 pcmk-1" -> "dummy_start_0 pcmk-1" [ style = bold] +"dummy_stop_0 pcmk-1" [ style=bold color="green" fontcolor="black"] +} |