There was an error while loading. Please reload this page.
1 parent 9747849 commit c44a7caCopy full SHA for c44a7ca
1 file changed
src/thread/srp.rs
@@ -937,22 +937,10 @@ impl OtSrp {
937
trace!("Plat SRP changed callback");
938
939
self.cleanup(host_info, removed_services);
940
-
941
- // TODO
942
- // let state = self.state();
943
- // if let Ok(srp) = state.srp() {
944
- // srp.changes.signal(());
945
- // state.ot.changes.signal(());
946
- // }
947
}
948
949
fn plat_srp_auto_started(&mut self) {
950
951
952
953
954
955
+ // TODO - in future, consider if we need to signal the changes here
956
957
958
pub(crate) unsafe extern "C" fn plat_c_srp_state_change_callback(
0 commit comments