summaryrefslogtreecommitdiff
path: root/task-2-29994705.h
diff options
context:
space:
mode:
authorakiyamn2020-10-19 20:10:48 +1100
committerakiyamn2020-10-19 20:10:48 +1100
commit2a05c0d80dba9a46efbcfeb9c14cb7fc31a5c6ee (patch)
tree159b53de81d4d2c276fbcd80680f58a7f4b3a72e /task-2-29994705.h
parent7dfef31dfd2c64d15e8744e302a59735c80d3d09 (diff)
downloadfit2100_ass2-2a05c0d80dba9a46efbcfeb9c14cb7fc31a5c6ee.tar.gz
fit2100_ass2-2a05c0d80dba9a46efbcfeb9c14cb7fc31a5c6ee.zip
Task 2 done ?????
Diffstat (limited to 'task-2-29994705.h')
-rw-r--r--task-2-29994705.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/task-2-29994705.h b/task-2-29994705.h
index 0675a74..f926abc 100644
--- a/task-2-29994705.h
+++ b/task-2-29994705.h
@@ -1,13 +1,13 @@
/*
- * task-1-29994705.h
+ * task-2-29994705.h
*
* Alexander Occhipinti
* Student ID: 29994705
- * Created: 15 Oct 2020
- * Modified: 15 Oct 2020
+ * Created: 18 Oct 2020
+ * Modified: 19 Oct 2020
*
- * The header file for task-1-29994705.c
- * See task-1-29994705.c for documentation
+ * The header file for task-2-29994705.c
+ * See task-2-29994705.c for documentation
*
*/
@@ -19,6 +19,7 @@
#define MAX_PATH_SIZE 256
#define MAX_QUEUE_SIZE 10
#define MAX_NUM_PROCS 10
+#define TIME_QUANTUM 2
#define WAIT_PER_CYCLE 1