Skip to content

Commit

Permalink
Update core/federated/RTI/rti_remote.c
Browse files Browse the repository at this point in the history
Co-authored-by: Edward A. Lee <eal@eecs.berkeley.edu>
  • Loading branch information
ChadliaJerad and edwardalee authored Feb 23, 2024
1 parent b2ac074 commit 3725f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/federated/RTI/rti_remote.c
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ static void* pending_provisional_grant_thread(void* federate) {
* @param e The scheduling node.
* @param tag The provisional tag to grant.
*/
void notify_provisional_tag_advance_grant_delayed(scheduling_node_t* e, tag_t tag) {
static void notify_provisional_tag_advance_grant_delayed(scheduling_node_t* e, tag_t tag) {
federate_info_t* fed = (federate_info_t*)e;

// Proceed with the delayed provisional tag grant notification only if
Expand Down

0 comments on commit 3725f73

Please sign in to comment.