Browse Source

dpkg: Add new struct filenamenode_queue

Guillem Jover 12 years ago
parent
commit
b67c9f74ce
1 changed files with 7 additions and 0 deletions
  1. 7 0
      src/filesdb.h

+ 7 - 0
src/filesdb.h

@@ -113,6 +113,13 @@ struct fileinlist {
   struct filenamenode *namenode;
 };
 
+/**
+ * Queue of filenamenode entries.
+ */
+struct filenamenode_queue {
+  struct fileinlist *head, **tail;
+};
+
 /**
  * When we deal with an ‘overridden’ file, every package except the
  * overriding one is considered to contain the other file instead. Both