mirror of
https://github.com/eclipse/mosquitto.git
synced 2025-05-09 01:01:11 +08:00
Fix test
This commit is contained in:
parent
f7a57add81
commit
c28110d079
@ -186,3 +186,14 @@ void db__msg_store_ref_inc(struct mosquitto_msg_store *store)
|
||||
store->ref_count++;
|
||||
}
|
||||
|
||||
void db__msg_add_to_inflight_stats(struct mosquitto_msg_data *msg_data, struct mosquitto_client_msg *msg)
|
||||
{
|
||||
UNUSED(msg_data);
|
||||
UNUSED(msg);
|
||||
}
|
||||
|
||||
void db__msg_add_to_queued_stats(struct mosquitto_msg_data *msg_data, struct mosquitto_client_msg *msg)
|
||||
{
|
||||
UNUSED(msg_data);
|
||||
UNUSED(msg);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user