]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/bscan.c
Use rentrant mysql lib, eliminate race in sql_list, Win32 streams, misc see kes-1.31
[bacula/bacula] / bacula / src / stored / bscan.c
index eb1068d542cf70990b561f9d0e61efef2fd09e80..b0a4493fd05c6cc5fbd2542549ddd30ee9fb7d34 100644 (file)
@@ -54,7 +54,9 @@ static int update_SIG_record(B_DB *db, char *SIGbuf, DEV_RECORD *rec, int type);
 
 
 /* Global variables */
-static STORES *me;
+STORES *me;
+
+/* Local variables */
 static DEVICE *dev = NULL;
 static B_DB *db;
 static JCR *bjcr;                    /* jcr for bscan */