master-service-private.h (dovecot-2.3.16) | : | master-service-private.h (dovecot-2.3.17) | ||
---|---|---|---|---|
skipping to change at line 85 | skipping to change at line 85 | |||
struct master_service_haproxy_conn *haproxy_conns; | struct master_service_haproxy_conn *haproxy_conns; | |||
bool killed:1; | bool killed:1; | |||
bool stopping:1; | bool stopping:1; | |||
bool keep_environment:1; | bool keep_environment:1; | |||
bool log_directly:1; | bool log_directly:1; | |||
bool initial_status_sent:1; | bool initial_status_sent:1; | |||
bool die_with_master:1; | bool die_with_master:1; | |||
bool call_avail_overflow:1; | bool call_avail_overflow:1; | |||
bool config_path_changed_with_param:1; | bool config_path_changed_with_param:1; | |||
bool want_ssl_settings:1; | ||||
bool want_ssl_server:1; | bool want_ssl_server:1; | |||
bool ssl_ctx_initialized:1; | bool ssl_ctx_initialized:1; | |||
bool config_path_from_master:1; | bool config_path_from_master:1; | |||
bool log_initialized:1; | bool log_initialized:1; | |||
bool ssl_module_loaded:1; | ||||
bool init_finished:1; | bool init_finished:1; | |||
}; | }; | |||
void master_service_io_listeners_add(struct master_service *service); | void master_service_io_listeners_add(struct master_service *service); | |||
void master_status_update(struct master_service *service); | void master_status_update(struct master_service *service); | |||
void master_service_close_config_fd(struct master_service *service); | void master_service_close_config_fd(struct master_service *service); | |||
void master_service_io_listeners_remove(struct master_service *service); | void master_service_io_listeners_remove(struct master_service *service); | |||
void master_service_ssl_io_listeners_remove(struct master_service *service); | void master_service_ssl_io_listeners_remove(struct master_service *service); | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 0 lines changed or added |