author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 15 Mar 2009 23:02:55 +0000 (00:02 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 15 Mar 2009 23:02:55 +0000 (00:02 +0100) | ||
commit | cbc3671e75d323482c15ac5176474ad7ec1d67f9 | |
tree | ad7a46ab070604bced60fc0852215d25ac9bbeb5 | tree | snapshot |
parent | d37ebe6eb6dd2bbf8213a924dfbce6e91945aab8 | commit | diff |
src/plugin.c: Use a heap to schedule reads.
With this change basically only timeout checks are triggered from the
global "read loop". This will allow each read function to be queried at
a different interval. This is currently not used, but will come in handy
in the future.
With this change basically only timeout checks are triggered from the
global "read loop". This will allow each read function to be queried at
a different interval. This is currently not used, but will come in handy
in the future.
src/Makefile.am | diff | blob | history | |
src/common.h | diff | blob | history | |
src/plugin.c | diff | blob | history | |
src/utils_heap.c | [new file with mode: 0644] | blob |
src/utils_heap.h | [new file with mode: 0644] | blob |