}
CephInitParameters ceph_argparse_early_args
- (std::vector<const char*>& args, uint32_t module_type, int flags,
+ (std::vector<const char*>& args, uint32_t module_type,
std::string *cluster, std::string *conf_file_list)
{
CephInitParameters iparams(module_type);
std::vector<const char*>::iterator &i, int *ret,
std::ostream *oss, ...);
extern CephInitParameters ceph_argparse_early_args
- (std::vector<const char*>& args, uint32_t module_type, int flags,
+ (std::vector<const char*>& args, uint32_t module_type,
std::string *cluster, std::string *conf_file_list);
extern void generic_server_usage();
extern void generic_client_usage();
{
std::string conf_file_list;
std::string cluster = "";
- CephInitParameters iparams = ceph_argparse_early_args(args, module_type, flags,
+ CephInitParameters iparams = ceph_argparse_early_args(args, module_type,
&cluster, &conf_file_list);
CephContext *cct = common_preinit(iparams, code_env, flags, data_dir_option);
cct->_conf->cluster = cluster;