hi all: if I register a user-defined notification chain as below: blocking_notifier_chain_register(&my_noti_chain, &my_notifier); under what circumstances it will be called? Regards,