The following commit has been merged in the master branch:
commit 1466cd10e8c551fcb670f8785ef39abafc66d996
Author: Guillem Jover <[email protected]>
Date:   Mon Jan 31 07:36:56 2011 +0100

    libdpkg: Add type documentation to struct pkginfo

diff --git a/lib/dpkg/dpkg-db.h b/lib/dpkg/dpkg-db.h
index a05534f..574db5f 100644
--- a/lib/dpkg/dpkg-db.h
+++ b/lib/dpkg/dpkg-db.h
@@ -151,7 +151,13 @@ struct trigaw {
 /* Note: dselect and dpkg have different versions of this. */
 struct perpackagestate;
 
-/* pig */
+/**
+ * Node describing an architecture package instance.
+ *
+ * This structure holds state information.
+ *
+ * Note: Usually referred in the code as pig.
+ */
 struct pkginfo {
   struct pkginfo *next;
   const char *name;

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to