memset(rec, 0, sizeof(*rec));
rec->jobid = soap_strdup(soap, "https://localhost:7846/pokus1");
{
- gss_cred_id_t cred = GSS_C_NO_CREDENTIAL;
+ edg_wll_GssCred cred = NULL;
edg_wll_GssStatus gss_code;
char *subject = NULL;
#include <errno.h>
#include <string.h>
-#include <globus_common.h>
+#include <glite/security/glite_gss.h>
#include "conf.h"
#include "context.h"
if ((*isctx = calloc(sizeof(**isctx), 1)) != NULL) {
(*isctx)->jpctx = jpctx;
(*isctx)->conf = conf;
- globus_libc_gethostname(hname, sizeof hname);
+ edg_wll_gss_gethostname(hname, sizeof hname);
asprintf(&(*isctx)->hname, "https://%s:%s", hname, (conf && conf->port) ? conf->port : GLITE_JPIS_DEFAULT_PORT_STR);
op_args = (*isctx)->op_args;