Files
bind9/lib/isc
Ondřej Surý 8efe60d423 Add ISC_{LIST,LINK}_INITIALIZER for designated initializers
Since we are using designated initializers, we were missing initializers
for ISC_LIST and ISC_LINK, add them, so you can do

    *foo = (foo_t){ .list = ISC_LIST_INITIALIZER };

Instead of:

    *foo = (foo_t){ 0 };
    ISC_LIST_INIT(foo->list);

(cherry picked from commit cb3c36b8bf)
2022-10-18 14:30:43 +02:00
..
2022-10-17 16:08:28 +01:00
2022-10-17 16:00:26 +01:00
2022-09-21 12:54:27 -07:00
2022-10-17 16:00:26 +01:00
2022-10-17 16:00:26 +01:00
2022-10-17 16:08:28 +01:00
2022-10-17 16:00:27 +01:00
2022-07-05 13:04:17 -07:00
2022-10-17 16:00:26 +01:00
2022-10-17 16:00:26 +01:00
2022-07-05 13:04:17 -07:00
2022-10-17 16:00:27 +01:00
2022-10-17 16:00:26 +01:00
2022-10-17 16:00:26 +01:00