Regenerate auto-generated bindings
[ldk-c-bindings] / lightning-c-bindings / src / lightning / util / logger.rs
index eddadf6d9fe8a32d6ed30e6989f8d3b3f57fa234..6a21fcbefcaa84d322fc5d8c2f7171ab4b3916cb 100644 (file)
@@ -123,6 +123,8 @@ pub struct Logger {
        /// 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<extern "C" fn(this_arg: *mut c_void)>,
 }
+unsafe impl Send for Logger {}
+unsafe impl Sync for Logger {}
 
 use lightning::util::logger::Logger as rustLogger;
 impl rustLogger for Logger {