X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=recv.h;h=ee8138f9d9c12a9674600091d3073b1807dc41ba;hp=05c5ed7615729219990859d2f953f85b96437c0a;hb=ae8073c5441aeee5d3b63840e84d8c33e2c583ee;hpb=da68473d3242606fdc24f65809d97ca6831e6237 diff --git a/recv.h b/recv.h index 05c5ed76..ee8138f9 100644 --- a/recv.h +++ b/recv.h @@ -50,6 +50,12 @@ struct receiver { * \a argc and \a argv. */ void *(*parse_config)(int argc, char **argv); + /** + * Deallocate the configuration structure of a receiver node. + * + * This calls the receiver-specific cleanup function generated by + * gengetopt. + */ void (*free_config)(void *conf); /** * Open one instance of the receiver.