Browse Source
This ties all the things together, using the serializer to transform the payload into a valid `jsonrpc_request`, sending it to the plugin, and then using the deserializer on the way back before calling the hook callback with the appropriate information. Notice that the serializer and deserializer is skipped if we don't have a plugin that registered for this hook. Signed-off-by: Christian Decker <decker.christian@gmail.com>plugin-timeout-inc
Christian Decker
6 years ago
committed by
Rusty Russell
1 changed files with 49 additions and 0 deletions
Loading…
Reference in new issue