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-04-09 13:55:30 +10:00
2018-05-09 13:32:09 +02:00
2018-12-11 11:32:24 +01:00
2019-06-19 13:52:19 +02:00
2019-06-19 13:52:19 +02:00
2019-06-19 13:52:19 +02:00
2019-03-08 15:15:05 +01:00
2019-06-19 13:52:19 +02:00
2019-06-19 13:52:19 +02:00
2019-06-19 13:52:19 +02:00
2019-06-19 13:52:19 +02:00
2019-06-19 13:52:19 +02:00
2019-06-19 13:52:19 +02:00
2019-06-19 13:52:19 +02:00
2019-03-08 15:15:05 +01:00
2019-06-19 13:52:19 +02:00
2018-11-14 20:17:04 -08:00
2019-05-29 15:08:52 +02:00
2019-06-19 13:52:19 +02:00
2018-05-11 13:17:46 +02:00
2019-06-19 13:52:19 +02:00
2019-06-19 13:52:19 +02:00
2019-06-19 13:52:19 +02:00
2019-06-11 10:18:23 +02:00
2019-06-19 13:52:19 +02:00
2019-06-19 13:52:19 +02:00
2019-06-19 13:52:19 +02:00
2019-03-08 15:15:05 +01:00
2019-06-19 13:52:19 +02:00
2019-06-19 13:52:19 +02:00
2019-03-08 15:15:05 +01:00
2019-06-19 13:52:19 +02:00
2019-06-19 13:52:19 +02:00
2019-03-08 15:15:05 +01:00
2019-06-19 13:52:19 +02:00
2019-06-19 13:52:19 +02:00
2019-06-19 13:31:43 +02:00
2019-06-19 13:52:19 +02:00
2019-06-19 13:52:19 +02:00