coverage: Make the coverage counters catalog program-specific.
[sliver-openvswitch.git] / lib / unixctl.c
index 161374e..6e0b19f 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;