Files
bind9/lib/isc
Ondřej Surý 2e3a2eecfe Make isc_result a static enum
Remove the dynamic registration of result codes.  Convert isc_result_t
from unsigned + #defines into 32-bit enum type in grand unified
<isc/result.h> header.  Keep the existing values of the result codes
even at the expense of the description and identifier tables being
unnecessary large.

Additionally, add couple of:

    switch (result) {
    [...]
    default:
        break;
    }

statements where compiler now complains about missing enum values in the
switch statement.
2021-10-06 11:22:20 +02:00
..
2021-10-06 11:22:20 +02:00
2021-10-06 11:22:20 +02:00
2021-06-09 14:35:14 +02:00
2021-09-17 07:09:50 +02:00
2021-08-18 13:49:48 +10:00
2021-10-06 11:22:20 +02:00
2021-10-02 11:39:56 -07:00
2021-06-09 14:35:14 +02:00
2021-07-13 09:12:04 +02:00
2021-10-06 11:22:20 +02:00
2021-10-02 11:39:56 -07:00
2021-08-24 09:07:15 +02:00
2021-10-05 11:23:47 +03:00