diff --git a/src/common/libschedutil/init.h b/src/common/libschedutil/init.h index d7e6b4148459..880738f6365a 100644 --- a/src/common/libschedutil/init.h +++ b/src/common/libschedutil/init.h @@ -21,10 +21,10 @@ extern "C" { typedef struct schedutil_ctx schedutil_t; -enum schedutil_flags { - SCHEDUTIL_FREE_NOLOOKUP = 1, // now the default so this flag is ignored - SCHEDUTIL_HELLO_PARTIAL_OK = 2, -}; +/* schedutil_create() flags values + */ +#define SCHEDUTIL_FREE_NOLOOKUP 1 // now the default so this flag is ignored +#define SCHEDUTIL_HELLO_PARTIAL_OK 2 /* Create a handle for the schedutil convenience library. *