mosquitto/apps/db_dump
Roger A. Light b816d46508 Use db as a global var instead of passing to functions.
This allows a big swath of ifdefs to be removed. It also means savings as the db var is not passed around all of the time, and makes it easier to remove the final broker call to mosquitto_time() call in packet_mosq.c. In one test this reduced the calls to mosquitto_time() from 295k to 48k.
2020-11-06 17:16:23 +00:00
..
db_dump.c Use db as a global var instead of passing to functions. 2020-11-06 17:16:23 +00:00
db_dump.h Fix conversion errors. 2020-10-17 01:23:08 +01:00
Makefile Install fix. 2020-10-13 16:07:40 +01:00
print.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
stubs.c Use db as a global var instead of passing to functions. 2020-11-06 17:16:23 +00:00