We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab1b8e6 commit 1073366Copy full SHA for 1073366
C/Distributed/src/TimeLimitDistributedDecentralized2.lf
@@ -18,7 +18,7 @@ reactor Source(num_messages:int(10)) {
18
tag_t tag = get_current_tag();
19
lf_print("Source sending %d at tag (%lld, %u).",
20
self->count,
21
- tag.time - start_time, tag.microstep
+ tag.time - lf_time_start(), tag.microstep
22
);
23
SET(y, self->count);
24
schedule(a, 0);
0 commit comments