From c6be853a7ede8e14a9263ee6c03abb721a0850f7 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Mon, 19 Dec 2022 13:10:44 +0000 Subject: [PATCH] Sync example with plugin interface --- .../examples/plugin-event-stats/mosquitto_plugin_event_stats.c | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/examples/plugin-event-stats/mosquitto_plugin_event_stats.c b/plugins/examples/plugin-event-stats/mosquitto_plugin_event_stats.c index cf36ab46..ce9cd817 100644 --- a/plugins/examples/plugin-event-stats/mosquitto_plugin_event_stats.c +++ b/plugins/examples/plugin-event-stats/mosquitto_plugin_event_stats.c @@ -82,7 +82,6 @@ const char evt_topics[][60] = { TOPIC_BASE "persist/message/client/add", /* MOSQ_EVT_PERSIST_CLIENT_MSG_ADD */ TOPIC_BASE "persist/message/client/delete", /* MOSQ_EVT_PERSIST_CLIENT_MSG_DELETE */ TOPIC_BASE "persist/message/client/update", /* MOSQ_EVT_PERSIST_CLIENT_MSG_UPDATE */ - TOPIC_BASE "persist/message/client/clear", /* MOSQ_EVT_PERSIST_CLIENT_MSG_CLEAR */ TOPIC_BASE "persist/message/client/load", /* MOSQ_EVT_PERSIST_CLIENT_MSG_LOAD */ };