Skip to content

Commit eb9699f

Browse files
committed
Use jpg version of image
1 parent 166deab commit eb9699f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/manual.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The previous section described the event list and how simulation entities (proce
7575

7676
Inactive processes are placed on to the scheduler queue, and when the current active process yields control to the scheduler (either because it has finished or been placed back onto the scheduler queue), the scheduler removes the process at the head of the queue and re-activates it. (In SIMULA the currently active process is not removed from the head of the queue.) When the scheduler queue is empty, i.e., there are no further processes left to execute, the scheduler terminates the simulation.
7777

78-
img::images/queues.png[simulation queues]
78+
img::images/queues.jpg[simulation queues]
7979

8080
Figure 1: Scheduler-Process Interaction
8181

0 commit comments

Comments
 (0)