X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/9e7c93067226337decd23dd4fa0ed40dc123f6f4..9a5958119ce4f57b00cbabe0629084c6823a2c6a:/include/monitor.h diff --git a/include/monitor.h b/include/monitor.h index bff6ae92..0e711b40 100644 --- a/include/monitor.h +++ b/include/monitor.h @@ -14,13 +14,12 @@ struct rb_bh; struct monitor { - struct monitor *hnext; char name[NICKLEN]; rb_dlink_list users; + rb_dlink_node node; + unsigned int hashv; }; -extern struct monitor *monitorTable[]; - #define MONITOR_HASH_BITS 16 #define MONITOR_HASH_SIZE (1<