diff --git a/3. Process Managment (Disitributed Environment).md b/3. Process Managment (Disitributed Environment).md index e334e52..ea1f71e 100644 --- a/3. Process Managment (Disitributed Environment).md +++ b/3. Process Managment (Disitributed Environment).md @@ -58,7 +58,7 @@ - The arcs of the precedence graph: S1 --> S2; S1 --> S3; S2 --> S4; S4 --> S5; S4 --> S6; S5 --> S7; S6 --> S7; S3 --> S7. - ``` + ```C begin count = 3 // three processes are to be joined at a point S1 @@ -80,7 +80,7 @@ - The arcs representing the precedence graph: S1 --> S2; S1 --> S3; S2 --> S4; S2 --> S5; S4 --> S6; S5 --> S6; S3 --> S7; S6 --> S7. - ``` + ```C begin S1 count_1 = 2 count_2 = 2