Willy Tarreau
172f5ce948
MINOR: initcall: use initcalls for most post_{check,deinit} and per_thread*
...
Most calls to hap_register_post_check(), hap_register_post_deinit(),
hap_register_per_thread_init(), hap_register_per_thread_deinit() can
be done using initcalls and will not require a constructor anymore.
Let's create a set of simplified macros for this, called respectively
REGISTER_POST_CHECK, REGISTER_POST_DEINIT, REGISTER_PER_THREAD_INIT,
and REGISTER_PER_THREAD_DEINIT.
Some files were not modified because they wouldn't benefit from this
or because they conditionally register (e.g. the pollers).
2018-11-26 19:50:32 +01:00
..
2015-04-06 11:23:56 +02:00
2018-11-12 21:08:55 +01:00
2018-11-22 11:48:41 +01:00
2018-10-24 04:37:12 +02:00
2018-07-19 16:23:43 +02:00
2014-03-17 18:06:06 +01:00
2018-05-03 07:20:40 +02:00
2017-11-20 19:22:27 +01:00
2017-11-24 17:49:53 +01:00
2018-10-28 14:13:31 +01:00
2018-10-11 15:34:39 +02:00
2018-10-28 13:51:39 +01:00
2018-07-19 16:23:43 +02:00
2018-11-18 21:45:49 +01:00
2018-05-28 14:53:59 +02:00
2018-11-18 22:23:15 +01:00
2018-05-06 06:27:34 +02:00
2018-11-18 22:26:42 +01:00
2010-08-10 14:01:09 +02:00
2018-11-26 19:50:32 +01:00
2018-10-12 16:15:18 +02:00
2006-12-04 02:20:02 +01:00
2018-09-29 20:15:01 +02:00
2018-11-18 22:08:53 +01:00
2018-11-18 22:08:53 +01:00
2016-10-25 20:21:32 +02:00
2012-02-21 22:27:27 +01:00
2009-10-26 21:10:04 +01:00
2009-10-26 21:10:04 +01:00
2017-10-31 13:58:31 +01:00
2018-11-16 17:05:40 +01:00
2018-11-12 18:37:55 +01:00
2016-02-20 15:33:06 +01:00
2016-03-30 15:41:15 +02:00
2017-10-31 18:03:23 +01:00
2017-11-13 11:38:17 +01:00
2017-11-13 11:38:17 +01:00
2009-01-25 13:49:53 +01:00
2009-06-10 12:23:32 +02:00
2018-11-18 22:23:15 +01:00
2015-06-13 22:07:35 +02:00
2018-09-12 07:12:27 +02:00
2018-11-19 06:47:09 +01:00
2018-08-10 15:06:27 +02:00
2018-09-11 10:30:25 +02:00
2018-11-22 19:50:08 +01:00
2018-11-18 21:44:56 +01:00
2018-10-26 04:54:40 +02:00
2010-08-27 18:00:40 +02:00
2018-07-19 16:23:43 +02:00
2018-07-18 08:59:50 +02:00
2018-11-22 19:47:30 +01:00
2018-01-31 09:40:05 +01:00
2018-11-18 21:41:46 +01:00
2018-10-28 14:03:06 +01:00
2018-11-22 15:44:21 +01:00
2006-06-29 18:54:54 +02:00
2017-11-13 11:38:17 +01:00