diff options
Diffstat (limited to 'cts/scheduler/dot/simple7.dot')
-rw-r--r-- | cts/scheduler/dot/simple7.dot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cts/scheduler/dot/simple7.dot b/cts/scheduler/dot/simple7.dot new file mode 100644 index 0000000..929e3e4 --- /dev/null +++ b/cts/scheduler/dot/simple7.dot @@ -0,0 +1,5 @@ + digraph "g" { +"do_shutdown node1" [ style=bold color="green" fontcolor="black"] +"rsc1_stop_0 node1" -> "do_shutdown node1" [ style = bold] +"rsc1_stop_0 node1" [ style=bold color="green" fontcolor="black"] +} |