Skip to content

Commit

Permalink
making typing work
Browse files Browse the repository at this point in the history
  • Loading branch information
tanneberger committed Nov 19, 2024
1 parent 4f59741 commit 86c750a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/reactor-uc/scheduler.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ typedef struct Scheduler Scheduler;
typedef struct Environment Environment;

struct Scheduler {
long int start_time;
interval_t start_time;
interval_t duration; // The duration after which the program should stop.
bool keep_alive; // Whether the program should keep running even if there are no more events to process.

Expand Down

0 comments on commit 86c750a

Please sign in to comment.