diff options
Diffstat (limited to 'cts/scheduler/dot/unmanaged-stop-2.dot')
-rw-r--r-- | cts/scheduler/dot/unmanaged-stop-2.dot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cts/scheduler/dot/unmanaged-stop-2.dot b/cts/scheduler/dot/unmanaged-stop-2.dot new file mode 100644 index 0000000..183729b --- /dev/null +++ b/cts/scheduler/dot/unmanaged-stop-2.dot @@ -0,0 +1,5 @@ + digraph "g" { +"rsc1_start_0 <none>" [ style=dashed color="red" fontcolor="black"] +"rsc1_stop_0 yingying.site" -> "rsc1_start_0 <none>" [ style = dashed] +"rsc1_stop_0 yingying.site" [ style=dashed color="red" fontcolor="black"] +} |