Files
bind9/lib/dns
Ondřej Surý 52f98c5734 Rename mctx in dnstest.c to dt_mctx to prevent any global/local name clashes
The common construct seen in the BIND 9 source is func(isc_mem_t *mctx, ...).
Unfortunately, the dnstest.{h,c} has been using mctx as a global symbol, which
in turn generated a lot of errors when update.c got included in update_test.c.

As a rule of thumb, we should avoid naming global symbols with generic names
(like mctx) and we should prefix them with "namespace" (like dt_mctx).
2019-06-19 13:52:19 +02:00
..
2019-05-13 10:05:03 +07:00
2019-06-05 13:08:12 +10:00
2019-03-14 13:34:59 -07:00
2019-06-05 13:08:12 +10:00
2019-05-08 18:17:55 -07:00
2018-12-11 11:32:24 +01:00
2019-05-13 10:05:03 +07:00
2019-06-05 07:49:23 -07:00
2017-12-29 01:44:18 +00:00
2018-05-21 11:50:38 -07:00
2019-06-04 01:23:01 -04:00
2019-05-21 10:23:17 +00:00
2019-05-13 10:05:03 +07:00
2019-04-06 12:22:49 -07:00
2019-03-13 10:51:56 +11:00
2019-04-11 15:22:30 +02:00