pnoltes commented on code in PR #780: URL: https://github.com/apache/celix/pull/780#discussion_r1907667272
########## 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: nitpick: rename to `genericEventTimeoutInSecond` so that it is clear that the timeout unit of measurement is seconds. -- 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