From 2a00ae0b12077cf304f3c182256e25ebe22171da Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Mon, 2 Nov 2020 22:51:47 +0100 Subject: 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). --- simulator/settings.gradle.kts | 1 + 1 file changed, 1 insertion(+) (limited to 'simulator/settings.gradle.kts') 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") -- cgit v1.2.3