regenerate build files
[ppastats.git] / src / ppastats.h
index 615e2c2..4fe6c65 100644 (file)
@@ -27,7 +27,6 @@ extern int debug;
 struct arch_stats {
        char *name;
 
-       struct daily_download_total *daily_download_totals;
        int download_count;
 };
 
@@ -36,7 +35,7 @@ struct distro_stats {
 
        struct arch_stats **archs;
        int download_count;
-       struct daily_download_total *daily_download_totals;
+       struct daily_download_total **ddts;
 };
 
 struct version_stats {
@@ -53,6 +52,7 @@ struct package_stats {
        struct version_stats **versions;
        int download_count;
        struct daily_download_total **daily_download_totals;
+       struct distro_stats **distros;
 };
 
 struct ppa_stats {