From: Kern Sibbald Date: Sun, 11 Oct 2009 16:11:50 +0000 (+0200) Subject: Add comment X-Git-Tag: Release-5.0.0~285^2~11 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fb038757ee4bbcde15eed00943dc2cd1ea7b29ed;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);