summaryrefslogtreecommitdiff
path: root/simulator/settings.gradle.kts
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2020-11-02 22:51:47 +0100
committerFabian Mastenbroek <mail.fabianm@gmail.com>2021-01-03 16:08:26 +0100
commit2a00ae0b12077cf304f3c182256e25ebe22171da (patch)
treed116e7e7018cc70e5f2ed1f37f2b59977b4839fa /simulator/settings.gradle.kts
parent1e1a0fe43d46e9bd578978f85fe3c6b4b1b39577 (diff)
Add library for event tracing
This change adds a new library for event tracing, in order to use a consistent approach for recording and processing event (streams).
Diffstat (limited to 'simulator/settings.gradle.kts')
-rw-r--r--simulator/settings.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/simulator/settings.gradle.kts b/simulator/settings.gradle.kts
index 935a18d0..e6f42574 100644
--- a/simulator/settings.gradle.kts
+++ b/simulator/settings.gradle.kts
@@ -32,4 +32,5 @@ include(":opendc-runner-web")
include(":opendc-simulator:opendc-simulator-core")
include(":opendc-simulator:opendc-simulator-compute")
include(":opendc-simulator:opendc-simulator-failures")
+include(":opendc-trace:opendc-trace-core")
include(":opendc-utils")