From 2f878cfc26263ff6a1b9d824a7959494c46df7cb Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Wed, 3 Nov 2004 21:40:21 +0000 Subject: [PATCH] Fix missing definitions without rm_api.h. --- src/plugins/select/bluegene/bluegene.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/plugins/select/bluegene/bluegene.h b/src/plugins/select/bluegene/bluegene.h index 06f5c0bf3e7..5c9ec0d4abe 100644 --- a/src/plugins/select/bluegene/bluegene.h +++ b/src/plugins/select/bluegene/bluegene.h @@ -45,9 +45,14 @@ /* #define USE_BGL_FILES 1 */ #else + enum rm_connection_type {RM_MESH, RM_TORUS, RM_NAV}; + enum rm_partition_mode {RM_PARTITION_COPROCESSOR_MODE, + RM_PARTITION_VIRTUAL_NODE_MODE}; + typedef char * pm_partition_id_t; + typedef enum rm_connection_type rm_connection_type_t; + typedef enum rm_partition_mode rm_partition_mode_t; typedef uint16_t rm_partition_t; - typedef uint16_t rm_partition_mode_t; typedef char * rm_BGL_t; #endif -- GitLab