You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
5 years ago
..
Makefile Install fix. 5 years ago
db_dump.c Use db as a global var instead of passing to functions. 5 years ago
db_dump.h Fix conversion errors. 5 years ago
print.c Fix conversion errors. 5 years ago
stubs.c Use db as a global var instead of passing to functions. 5 years ago