Skip to content

Commit 3725f73

Browse files
Update core/federated/RTI/rti_remote.c
Co-authored-by: Edward A. Lee <eal@eecs.berkeley.edu>
1 parent b2ac074 commit 3725f73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/federated/RTI/rti_remote.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ static void* pending_provisional_grant_thread(void* federate) {
432432
* @param e The scheduling node.
433433
* @param tag The provisional tag to grant.
434434
*/
435-
void notify_provisional_tag_advance_grant_delayed(scheduling_node_t* e, tag_t tag) {
435+
static void notify_provisional_tag_advance_grant_delayed(scheduling_node_t* e, tag_t tag) {
436436
federate_info_t* fed = (federate_info_t*)e;
437437

438438
// Proceed with the delayed provisional tag grant notification only if

0 commit comments

Comments
 (0)