Tweak PDU diagram demonstrating prev_events. (#3340)

This tweaks the DAG to be simpler, with two linear event chains E4 -> E3
-> E2 -> E1 and E6 -> E5 -> E2 -> E1. The extremities of the DAG are now
the first and only point in the DAG where multiple event parents occur.
Since the point of the diagram is to demonstrate this very situation,
it's better didactically if there is only one such situation in the
diagram.
This commit is contained in:
Denis Kasak 2021-08-31 15:50:38 +00:00 committed by Richard van der Hoff
parent d9dd37de0c
commit ed08c1cb9e
2 changed files with 7 additions and 5 deletions

View file

@ -0,0 +1 @@
Tweak the example PDU diagram to better demonstrate situations with multiple `prev_events`.