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