queue: Get rid of ovs_queue data structure.
[sliver-openvswitch.git] / lib / list.h
index 013f048..ddb0e65 100644 (file)
@@ -31,6 +31,7 @@ struct list {
 #define LIST_INITIALIZER(LIST) { LIST, LIST }
 
 void list_init(struct list *);
+void list_poison(struct list *);
 
 /* List insertion. */
 void list_insert(struct list *, struct list *);