From: Kern Sibbald Date: Sun, 11 Oct 2009 16:11:50 +0000 (+0200) Subject: Add comment X-Git-Tag: Release-7.0.0~2602^2~11 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=66f37ae7e3c601116b8f92cb208a03b180036b93;p=bacula%2Fbacula Add comment --- diff --git a/bacula/src/lib/jcr.c b/bacula/src/lib/jcr.c index 477fde6161..a4fc719904 100644 --- a/bacula/src/lib/jcr.c +++ b/bacula/src/lib/jcr.c @@ -310,6 +310,9 @@ static void job_end_pop(JCR *jcr) } } +# +# Create thread key for thread specific data +# void create_jcr_key() { int status = pthread_key_create(&jcr_key, NULL);