Globus always threaded
authorZdeněk Šustr <sustr4@cesnet.cz>
Tue, 28 Feb 2012 13:43:44 +0000 (13:43 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Tue, 28 Feb 2012 13:43:44 +0000 (13:43 +0000)
org.glite.lbjp-common.gss/src/glite_gss.c

index 1a8606e..1b89187 100644 (file)
@@ -1533,6 +1533,8 @@ edg_wll_gss_initialize(void)
 {
    int ret = 0;
 
+   globus_thread_set_model("pthread");
+
 #ifndef NO_GLOBUS_GSSAPI
    if (globus_module_activate(GLOBUS_GSI_GSSAPI_MODULE) != GLOBUS_SUCCESS) {
       errno = EINVAL;