lib: Expose struct ovs_list definition in <openvswitch/list.h>
[cascardo/ovs.git] / lib / process.c
index 93a99ab..f6b665e 100644 (file)
@@ -54,7 +54,7 @@ struct process {
 static int fds[2];
 
 /* All processes. */
-static struct ovs_list all_processes = LIST_INITIALIZER(&all_processes);
+static struct ovs_list all_processes = OVS_LIST_INITIALIZER(&all_processes);
 
 static void sigchld_handler(int signr OVS_UNUSED);