It's not possible to just include mosquitto_plugin.h by itself. You have to include mosquitto_broker.h before it.
Else errors like this one occur:
error: 'mosquitto_plugin_id_t' was not declared in this scope
Probably mosquitto_broker.h should be included in mosquitto_plugin.h.
It's not possible to just include mosquitto_plugin.h by itself. You have to include mosquitto_broker.h before it.
Else errors like this one occur:
error: 'mosquitto_plugin_id_t' was not declared in this scopeProbably mosquitto_broker.h should be included in mosquitto_plugin.h.