Skip to content

Commit

Permalink
Initialize common data value in psched daemon
Browse files Browse the repository at this point in the history
Avoid compiler rejection

Signed-off-by: Ralph Castain <[email protected]>
  • Loading branch information
rhc54 committed Nov 16, 2023
1 parent 39407ee commit acdb5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/psched/state.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include "psched.h"

/* global variables */
pmix_list_t prte_psched_states;
pmix_list_t prte_psched_states = PMIX_LIST_STATIC_INIT;

/*
* Module functions: Global
Expand Down

0 comments on commit acdb5cc

Please sign in to comment.