X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fppastats.h;h=0b89956ab11a87046ff1a6bd1ea010228726329f;hb=a9435991d03d0bd9e81d6cb6003013bec4b2e6e9;hp=0c1a90f7e6c5868bb06199b1b1f064f2db5fc6f7;hpb=91119f38b1102166475467dc0cee470bac61f01c;p=ppastats.git diff --git a/src/ppastats.h b/src/ppastats.h index 0c1a90f..0b89956 100644 --- a/src/ppastats.h +++ b/src/ppastats.h @@ -1,27 +1,25 @@ /* - Copyright (C) 2011 jeanfi@gmail.com - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301 USA -*/ + * Copyright (C) 2011-2012 jeanfi@gmail.com + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation; either version 2 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA + */ #ifndef _PPASTATS_PPASTATS_H_ #define _PPASTATS_PPASTATS_H_ -extern int debug; - #include "lp.h" struct arch_stats { @@ -35,6 +33,7 @@ struct distro_stats { struct arch_stats **archs; int download_count; + struct daily_download_total **ddts; }; struct version_stats { @@ -51,6 +50,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 {