From 8569c74574705fab62c3e6cd29b3a43a729907f0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Mon, 27 Jun 2005 11:37:30 +0000 Subject: [PATCH] fields in context: - db_handle -> dbhandle - trusted_peers --- org.glite.jp.common/interface/types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org.glite.jp.common/interface/types.h b/org.glite.jp.common/interface/types.h index 516db1a..7ad3ed8 100644 --- a/org.glite.jp.common/interface/types.h +++ b/org.glite.jp.common/interface/types.h @@ -18,7 +18,8 @@ typedef struct _glite_jp_context { struct soap *other_soap; char *peer; void **plugins; - void *db_handle; + void *dbhandle; + char **trusted_peers; } *glite_jp_context_t; typedef enum { -- 1.8.2.3