• Max Kellermann's avatar
    input_stream: added struct input_plugin · f08041f0
    Max Kellermann authored
    Instead of managing a set of method pointers in each input_stream
    struct, move these into the new input_plugin struct.  Each
    input_stream has only a pointer to the plugin struct.  Pointers to all
    implementations are kept in the array "input_plugins".
    f08041f0
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...