Skip to content

Commit

Permalink
Watchdog updates
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Apr 17, 2024
1 parent ae7fd0a commit 155be13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ private String generateCreateEnvironments(TargetConfig targetConfig) {
+ ","
+ enclave.numModalResetStates
+ ","
+ enclave.enclaveInfo.numWatchdogs
+ ","
+ traceFileName
+ ");");
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public class CEnclaveInstance {
public int numWorkers = 0;
public int numModalReactors = 0;
public int numModalResetStates = 0;
public int numWatchdogs = 0;

public String getId() {
return instance.uniqueID();
Expand Down

0 comments on commit 155be13

Please sign in to comment.