X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ChangeLog;h=d56740cfa783c53b9e3a18192b8465d2f9af1c7a;hb=80830871e274ebdbadc3edc52e73b6a3a6621447;hp=6bd9edfd0830d6bbd75d6ba0d00c434faf3a215d;hpb=7159e7e3cfbb3c8de417c09d1f39aeb2dbcab3ee;p=ircu2.10.12-pk.git diff --git a/ChangeLog b/ChangeLog index 6bd9edf..d56740c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2007-03-31 Michael Poole + + * include/ircd_events.h (struct Generators): Convert elements to + be struct GenHeader*. + (timer_next): Update to match. + + * ircd/ircd_events.c (timer_enqueue): Update to match. + (signal_callback): Likewise. + (timer_init): Remove a typecast with something slightly safer. + (timer_run): Update to deal with new type of Generator.g_timer. + (signal_add): Likewise. + (socket_add): Likewise. + 2007-03-28 Michael Poole * ircd/m_asll.c (ms_asll): Count hits and report at the end, so