Write out status files for the correct pkg->dest, instead of the default.
[oweals/opkg-lede.git] / libopkg / pkg_dest.h
index b29066472a3179c0b59f64a28e333c887a2b5b5e..e0840cc737b69a50b669a5927da80f7388cfac9d 100644 (file)
@@ -29,6 +29,7 @@ struct pkg_dest
     char *lists_dir;
     char *info_dir;
     char *status_file_name;
+    FILE *status_fp;
 };
 
 int pkg_dest_init(pkg_dest_t *dest, const char *name, const char *root_dir,const char *lists_dir);