Skip to content

Commit

Permalink
Merge branch 'shutdown' of github.com:lf-lang/lingua-franca into netw…
Browse files Browse the repository at this point in the history
…orkdriver
  • Loading branch information
Jakio815 committed Mar 6, 2025
2 parents ea32f93 + 26c2412 commit f104a01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -687,8 +687,7 @@ private String generateCodeToInitializeFederate(
"\n",
"// Initialize the socket mutexes",
"lf_mutex_init(&lf_outbound_netchan_mutex);",
"lf_mutex_init(&lf_inbound_netchan_mutex);",
"lf_mutex_init(&shutdown_mutex);",
"init_shutdown_mutex();",
"lf_cond_init(&lf_port_status_changed, &env->mutex);"));

// Find the STA (A.K.A. the global STP offset) for this federate.
Expand Down

0 comments on commit f104a01

Please sign in to comment.