fields in context:
authorAleš Křenek <ljocha@ics.muni.cz>
Mon, 27 Jun 2005 11:37:30 +0000 (11:37 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Mon, 27 Jun 2005 11:37:30 +0000 (11:37 +0000)
- db_handle -> dbhandle
- trusted_peers

org.glite.jp.common/interface/types.h

index 516db1a..7ad3ed8 100644 (file)
@@ -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 {