src/plugin.c: Change the write callbacks to receive a user_data_t pointer.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 21 Feb 2009 17:35:45 +0000 (18:35 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 21 Feb 2009 17:35:45 +0000 (18:35 +0100)
commitfc69836ae64498f00574090ada2e677435da9d77
treef966a0c9ba37da2816a7067b727f6ba4c6866977
parent16baafe97586dd469a9b14a91c2c24762367d6f2
src/plugin.c: Change the write callbacks to receive a user_data_t pointer.

There are by far not as many write callbacks, so I've just changed the
callback in general rather than introducing a `complex write' callback.
src/csv.c
src/network.c
src/perl.c
src/plugin.c
src/plugin.h
src/rrdcached.c
src/rrdtool.c