Kaynağa Gözat

dpkg: Add new struct filenamenode_queue

Guillem Jover 12 yıl önce
ebeveyn
işleme
b67c9f74ce
1 değiştirilmiş dosya ile 7 ekleme ve 0 silme
  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