• Max Kellermann's avatar
    input_stream: return allocated input_stream objects · d3b763a4
    Max Kellermann authored
    Major API redesign: don't let the caller allocate the input_stream
    object.  Let each input plugin allocate its own (derived/extended)
    input_stream pointer.  The "data" attribute can now be removed, and
    all input plugins simply cast the input_stream pointer to their own
    structure (with an "struct input_stream base" as the first attribute).
    d3b763a4
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test 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...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
valgrind.suppressions Loading commit data...