projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
client: Do not leak buffer tree node on exit.
[paraslash.git]
/
recv.h
diff --git
a/recv.h
b/recv.h
index
05c5ed7
..
ee8138f
100644
(file)
--- a/
recv.h
+++ b/
recv.h
@@
-50,6
+50,12
@@
struct receiver {
* \a argc and \a argv.
*/
void *(*parse_config)(int argc, char **argv);
* \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.
void (*free_config)(void *conf);
/**
* Open one instance of the receiver.