plugin/libplugin: API for C plugins.

Doesn't do logging yet.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2019-01-15 14:43:27 +10:30
committed by Christian Decker
parent ed356dae62
commit de4043a32a
7 changed files with 712 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ void subdaemon_setup(int argc, char *argv[])
logging_io = true;
}
daemon_maybe_debug(argc, argv);
daemon_maybe_debug(argv);
#if DEVELOPER
for (int i = 1; i < argc; i++) {