mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 16:46:22 +00:00
Use hash table for plugin timed functions
This commit is contained in:
@@ -157,7 +157,7 @@ api_register_timed(const char *const plugin_name, void *callback, int interval_s
|
||||
timed_function->interval_seconds = interval_seconds;
|
||||
timed_function->timer = g_timer_new();
|
||||
|
||||
callbacks_add_timed(timed_function);
|
||||
callbacks_add_timed(plugin_name, timed_function);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user