]> git.proxmox.com Git - mirror_ovs.git/blobdiff - lib/unixctl.c
coverage: Make the coverage counters catalog program-specific.
[mirror_ovs.git] / lib / unixctl.c
index 161374e0faa37ab4b80ac7ab961e940f71231987..6e0b19ff6fe0dd4a4de41b4c3f4c1a491a199ad7 100644 (file)
@@ -43,6 +43,9 @@
 #endif
 
 VLOG_DEFINE_THIS_MODULE(unixctl);
+
+COVERAGE_DEFINE(unixctl_received);
+COVERAGE_DEFINE(unixctl_replied);
 \f
 struct unixctl_command {
     unixctl_cb_func *cb;