Deedss commented on code in PR #780: URL: https://github.com/apache/celix/pull/780#discussion_r1907683245
########## libs/framework/src/framework_private.h: ########## @@ -188,6 +188,8 @@ struct celix_framework { int nbEvent; // number of pending generic events } stats; celix_long_hash_map_t *scheduledEvents; //key = scheduled event id, entry = celix_framework_scheduled_event_t*. Used for scheduled events + + double genericEventTimeout; // Timeout for printing an warning on unfinished generic events Review Comment: Renamed variable to be more concise in c9bf242b0dd0d98fcdf95310acf3a36f64fdeca6 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org