Update tags "count" of "network" module

This commit is contained in:
Delgan 2024-01-04 12:35:32 +00:00
parent e013fcf28e
commit 843cc55f2a

View file

@ -181,7 +181,7 @@ content(struct module *mod)
tag_new_float(mod, "dl-speed", m->dl_speed), tag_new_float(mod, "dl-speed", m->dl_speed),
tag_new_float(mod, "ul-speed", m->ul_speed), tag_new_float(mod, "ul-speed", m->ul_speed),
}, },
.count = 13, .count = 14,
}; };
mtx_unlock(&mod->lock); mtx_unlock(&mod->lock);