Переглянути джерело

dpkg: Add new struct filenamenode_queue

Guillem Jover 12 роки тому
батько
коміт
b67c9f74ce
1 змінених файлів з 7 додано та 0 видалено
  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