X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-c-bindings%2Fsrc%2Fln%2Fpeer_handler.rs;fp=lightning-c-bindings%2Fsrc%2Fln%2Fpeer_handler.rs;h=9cf6baa349a8618cc522901fdd1b36cea79706df;hb=8eea3c4ced20e2d46fd3961815cdec58796210c8;hp=6cb11f35636f5a0a3754b3e5ae8cb8bdf307be51;hpb=d4b750f56a7b110dc9ec241c19dfe2fd5e90fdaf;p=ldk-c-bindings diff --git a/lightning-c-bindings/src/ln/peer_handler.rs b/lightning-c-bindings/src/ln/peer_handler.rs index 6cb11f3..9cf6baa 100644 --- a/lightning-c-bindings/src/ln/peer_handler.rs +++ b/lightning-c-bindings/src/ln/peer_handler.rs @@ -512,8 +512,8 @@ pub struct SocketDescriptor { /// Note that the ultimate copy of the SocketDescriptor will have all function pointers the same as the original. /// May be NULL if no action needs to be taken, the this_arg pointer will be copied into the new SocketDescriptor. pub clone: Option *mut c_void>, -/// Frees any resources associated with this object given its this_arg pointer. -/// Does not need to free the outer struct containing function pointers and may be NULL is no resources need to be freed. + /// Frees any resources associated with this object given its this_arg pointer. + /// Does not need to free the outer struct containing function pointers and may be NULL is no resources need to be freed. pub free: Option, } impl std::cmp::Eq for SocketDescriptor {}