fix and document parameters of Repokey
authorKlaus Kaempf <kkaempf@suse.de>
Thu, 14 Feb 2008 13:34:06 +0000 (13:34 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Thu, 14 Feb 2008 13:34:06 +0000 (13:34 +0000)
src/repo.h

index c3df896..952c706 100644 (file)
@@ -22,9 +22,9 @@
 
 typedef struct _Repokey {
   Id name;
-  Id type;
-  Id size;
-  Id storage;
+  unsigned int type; /* TYPE_xxx */
+  unsigned int size;
+  unsigned int storage; /* KEY_STORAGE_xxx */
 } Repokey;
 
 #define KEY_STORAGE_DROPPED             0