Skip to content
Snippets Groups Projects
Commit ca6ff8eb authored by Moe Jette's avatar Moe Jette
Browse files

Fix missing variable definition.

parent 47ce98e9
No related branches found
No related tags found
No related merge requests found
...@@ -604,6 +604,7 @@ extern int sync_jobs(List job_list) ...@@ -604,6 +604,7 @@ extern int sync_jobs(List job_list)
#ifdef HAVE_BGL_FILES #ifdef HAVE_BGL_FILES
ListIterator job_iterator, block_iterator; ListIterator job_iterator, block_iterator;
struct job_record *job_ptr; struct job_record *job_ptr;
pm_partition_id_t bgl_part_id;
List block_list = _get_all_blocks(); List block_list = _get_all_blocks();
bgl_update_t *bgl_update_ptr; bgl_update_t *bgl_update_ptr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment