Igor, why nginx not implement 'init_master' hook in module development?

I want do sth in nginx module init phase. I feel lucky when I notice
that there is a ‘init_master’ in struct ngx_module_s, but I’m so
disappointment now.