coverage: Make the coverage counters catalog program-specific.
[sliver-openvswitch.git] / lib / process.c
index a5f83b4..6e9ea8e 100644 (file)
 
 VLOG_DEFINE_THIS_MODULE(process);
 
+COVERAGE_DEFINE(process_run);
+COVERAGE_DEFINE(process_run_capture);
+COVERAGE_DEFINE(process_sigchld);
+COVERAGE_DEFINE(process_start);
+
 struct process {
     struct list node;
     char *name;