]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
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 c3df89612ac609b2b5cc7dbf2d123d1d37e6dad9..952c7060418ab6a81f212787f191bf51ea0899ce 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