From fb038757ee4bbcde15eed00943dc2cd1ea7b29ed Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 11 Oct 2009 18:11:50 +0200 Subject: [PATCH] Add comment --- bacula/src/lib/jcr.c | 3 +++ 1 file changed, 3 insertions(+) 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); -- 2.39.5