]> git.sur5r.net Git - bacula/bacula/commitdiff
Add comment
authorKern Sibbald <kern@sibbald.com>
Sun, 11 Oct 2009 16:11:50 +0000 (18:11 +0200)
committerKern Sibbald <kern@sibbald.com>
Sun, 11 Oct 2009 16:11:50 +0000 (18:11 +0200)
bacula/src/lib/jcr.c

index 477fde6161b9eca5e75a1ec75a7569dcca82c757..a4fc7199047dd52bdb751837306aa32b43ea0467 100644 (file)
@@ -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);