]> jfr.im git - irc/quakenet/newserv.git/commit - proxyscan/proxyscan.h
changed memory allocation functions for queues as there's no need for us to
authorDan <redacted>
Tue, 6 Sep 2005 22:43:00 +0000 (23:43 +0100)
committerDan <redacted>
Tue, 6 Sep 2005 22:43:00 +0000 (23:43 +0100)
commit92f1d9e3bc1c7bb9c2f7c3dd8bb3c20e05ada9eb
treee2560a76a6e84695272a3245b6f7c4ddff735de5
parent7d228b1d324666e080b0bf78b74a5b94282f34c5
changed memory allocation functions for queues as there's no need for us to
eat up loads of ram during burst and never give it back (~75mb ram wasted) -
use boring old plain linked list.

added functions to show checking speed (average of previous 60 second block)

Report memory usage from the above in 'status' command
proxyscan/proxyscan.c
proxyscan/proxyscan.h
proxyscan/proxyscanqueue.c