Move PersistenceNotifier to a new util module
[rust-lightning] / lightning / src / util / mod.rs
index c6181ab269a57a19a8d5ee8c9f225358d6695947..21976113cc1d911fbe61233fbadbf1bfb86f71cb 100644 (file)
@@ -21,6 +21,7 @@ pub mod ser;
 pub mod message_signing;
 pub mod invoice;
 pub mod persist;
+pub mod wakers;
 
 pub(crate) mod atomic_counter;
 pub(crate) mod byte_utils;