summaryrefslogtreecommitdiff
path: root/opendc-stdlib/src/main/kotlin/nl/atlarge/opendc/workload/Task.kt
diff options
context:
space:
mode:
Diffstat (limited to 'opendc-stdlib/src/main/kotlin/nl/atlarge/opendc/workload/Task.kt')
-rw-r--r--opendc-stdlib/src/main/kotlin/nl/atlarge/opendc/workload/Task.kt2
1 files changed, 2 insertions, 0 deletions
diff --git a/opendc-stdlib/src/main/kotlin/nl/atlarge/opendc/workload/Task.kt b/opendc-stdlib/src/main/kotlin/nl/atlarge/opendc/workload/Task.kt
index 9a8c84e6..bd2b0604 100644
--- a/opendc-stdlib/src/main/kotlin/nl/atlarge/opendc/workload/Task.kt
+++ b/opendc-stdlib/src/main/kotlin/nl/atlarge/opendc/workload/Task.kt
@@ -24,6 +24,8 @@
package nl.atlarge.opendc.workload
+import nl.atlarge.opendc.kernel.time.Instant
+
/**
* A task represents some computation that is part of a [Job].
*