altri pezzi di codice da aggiungere
[gapil.git] / listati / sched_param.c
diff --git a/listati/sched_param.c b/listati/sched_param.c
new file mode 100644 (file)
index 0000000..72fd1e5
--- /dev/null
@@ -0,0 +1,3 @@
+struct sched_param {
+    int sched_priority;
+};