1
0
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:
Sebastien Helleu
2007-12-14 17:01:02 +01:00
parent 70e44d3c54
commit e62ec5204c
19 changed files with 730 additions and 387 deletions
+1 -1
View File
@@ -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,