config_file = NULL;
glite_jp_get_conf(argc, argv, config_file, &conf);
+ /* XXX preliminary support for plugins
+ for (i=0; conf->plugins[i]; i++)
+ glite_jp_typeplugin_load(ctx,conf->plugins[i]);
+ */
+
#if GSOAP_VERSION <= 20602
for (i=0; jpis__namespaces[i].id && strcmp(jpis__namespaces[i].id,"ns1"); i++);
conf->indexed_attrs[0] = strdup("owner");
conf->indexed_attrs[1] = strdup("location");
+ // XXX: some plugin names should come here in future
+ conf->plugins = NULL;
+
// all job since Epoche
conf->query = calloc(2,sizeof(*conf->query));
conf->query[0] = calloc(2,sizeof(**conf->query));
char **attrs; // atributes to obtain
char **PS_list; // URLs of Primary Storage servers
char **indexed_attrs; // list of indexed atributes
+ char **plugins; // list of plugin.so's
glite_jp_query_rec_t **query; // query to Primary Server