mirror of
https://github.com/weechat/weechat.git
synced 2026-07-04 16:53:14 +02:00
Improved main loop (less CPU usage), better precision for timers, use of one list by hook type (for fast search in hooks)
This commit is contained in:
@@ -147,7 +147,7 @@ extern struct t_hook *plugin_api_hook_command (struct t_weechat_plugin *,
|
||||
int (*)(void *, void *, int, char **, char **),
|
||||
void *);
|
||||
extern struct t_hook *plugin_api_hook_timer (struct t_weechat_plugin *,
|
||||
long, int,
|
||||
long, int, int,
|
||||
int (*)(void *), void *);
|
||||
extern struct t_hook *plugin_api_hook_fd (struct t_weechat_plugin *,
|
||||
int, int, int, int,
|
||||
|
||||
Reference in New Issue
Block a user