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

Add missing function definition

parent e64de221
No related branches found
No related tags found
No related merge requests found
...@@ -64,6 +64,8 @@ static pthread_t block_thread = 0; ...@@ -64,6 +64,8 @@ static pthread_t block_thread = 0;
static pthread_t state_thread = 0; static pthread_t state_thread = 0;
static pthread_mutex_t thread_flag_mutex = PTHREAD_MUTEX_INITIALIZER; static pthread_mutex_t thread_flag_mutex = PTHREAD_MUTEX_INITIALIZER;
static int _do_block_poll(void);
#if defined HAVE_BG_FILES #if defined HAVE_BG_FILES
/* Find the specified BlueGene node ID and drain it from SLURM */ /* Find the specified BlueGene node ID and drain it from SLURM */
......
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