There was an error while loading. Please reload this page.
1 parent b2ac074 commit 3725f73Copy full SHA for 3725f73
1 file changed
core/federated/RTI/rti_remote.c
@@ -432,7 +432,7 @@ static void* pending_provisional_grant_thread(void* federate) {
432
* @param e The scheduling node.
433
* @param tag The provisional tag to grant.
434
*/
435
-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) {
436
federate_info_t* fed = (federate_info_t*)e;
437
438
// Proceed with the delayed provisional tag grant notification only if
0 commit comments