2
0
mirror of https://github.com/openvswitch/ovs synced 2025-09-04 00:05:15 +00:00

Remove "coverage/clear" command due its limited use

The poll loop calls coverage_clear on every pass anyway, so provide a
function to call it separately is of limited value.
This commit is contained in:
Justin Pettit
2009-07-10 17:36:09 -07:00
parent cae40bbd0c
commit 67ca9e6d90

View File

@@ -36,18 +36,10 @@ coverage_unixctl_log(struct unixctl_conn *conn, const char *args UNUSED)
unixctl_command_reply(conn, 200, NULL);
}
static void
coverage_unixctl_clear(struct unixctl_conn *conn, const char *args UNUSED)
{
coverage_clear();
unixctl_command_reply(conn, 200, NULL);
}
void
coverage_init(void)
{
unixctl_command_register("coverage/log", coverage_unixctl_log);
unixctl_command_register("coverage/clear", coverage_unixctl_clear);
}
/* Sorts coverage counters in descending order by count, within equal counts