git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd2d0b3
)
fields in context:
author
Aleš Křenek
<ljocha@ics.muni.cz>
Mon, 27 Jun 2005 11:37:30 +0000
(11:37 +0000)
committer
Aleš 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
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.jp.common/interface/types.h
b/org.glite.jp.common/interface/types.h
index
516db1a
..
7ad3ed8
100644
(file)
--- 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 {