From 22b460e46cb2ce6c85c82dd4ffb71278f9829b89 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Mon, 3 Oct 2005 16:57:43 +0000 Subject: [PATCH] added myURL --- org.glite.jp.common/interface/types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/org.glite.jp.common/interface/types.h b/org.glite.jp.common/interface/types.h index 40ab4ab..e86d4c9 100644 --- a/org.glite.jp.common/interface/types.h +++ b/org.glite.jp.common/interface/types.h @@ -21,6 +21,7 @@ typedef struct _glite_jp_context { void **type_plugins; void *dbhandle; char **trusted_peers; + char *myURL; } *glite_jp_context_t; typedef enum { -- 1.8.2.3