From: Tomas Mlcoch Date: Tue, 4 Mar 2014 09:23:06 +0000 (+0100) Subject: cmd_parser: Changed int to gint. X-Git-Tag: upstream/0.10.0~258 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c2446b0b3ca0a05f00d6b360d1ed3ebc2fe43fc;p=services%2Fcreaterepo_c.git cmd_parser: Changed int to gint. --- diff --git a/src/cmd_parser.h b/src/cmd_parser.h index aeb0e3e..5f19aeb 100644 --- a/src/cmd_parser.h +++ b/src/cmd_parser.h @@ -52,19 +52,19 @@ struct CmdOptions { char *checksum; /*!< type of checksum */ char *compress_type; /*!< which compression type to use */ gboolean skip_symlinks; /*!< ignore symlinks of packages */ - int changelog_limit; /*!< number of changelog messages in + gint changelog_limit; /*!< number of changelog messages in other.(xml|sqlite) */ gboolean unique_md_filenames; /*!< include the file checksums in the filenames */ gboolean simple_md_filenames; /*!< simple filenames (names without checksums) */ - int retain_old; /*!< keep latest N copies of the old repodata */ + gint retain_old; /*!< keep latest N copies of the old repodata */ char **distro_tags; /*!< distro tag and optional cpeid */ char **content_tags; /*!< tags for the content in the repository */ char **repo_tags; /*!< tags to describe the repo_tagsitory itself */ char *revision; /*!< user-specified revision */ char *read_pkgs_list; /*!< output the paths to pkgs actually read */ - int workers; /*!< number of threads to spawn */ + gint workers; /*!< number of threads to spawn */ gboolean xz_compression; /*!< use xz for repodata compression */ gboolean keep_all_metadata; /*!< keep groupfile and updateinfo from source repo during update */