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:
6a65a54
)
Necessary initialization of the gss (activation of globus modules).
author
František Dvořák
<valtri@civ.zcu.cz>
Tue, 7 Dec 2010 12:27:00 +0000
(12:27 +0000)
committer
František Dvořák
<valtri@civ.zcu.cz>
Tue, 7 Dec 2010 12:27:00 +0000
(12:27 +0000)
org.glite.lb.common/src/connpool.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.common/src/connpool.c
b/org.glite.lb.common/src/connpool.c
index
c39c410
..
35fb2bc
100644
(file)
--- a/
org.glite.lb.common/src/connpool.c
+++ b/
org.glite.lb.common/src/connpool.c
@@
-276,9
+276,10
@@
edg_wll_Connections* edg_wll_initConnections() {
#ifdef GLITE_LB_THREADED
printf("Thread %d ",pthread_self());
#endif
- printf("Initializng connections AND THE CONNECTION POOL\n");
+ printf("Initializ
i
ng connections AND THE CONNECTION POOL\n");
#endif
+ edg_wll_gss_initialize();
connectionsHandle.connPool = (edg_wll_ConnPool *) calloc(connectionsHandle.poolSize, sizeof(edg_wll_ConnPool));
for (i=0; i<connectionsHandle.poolSize; i++) {