From 7232f648a6efef373ee327411a14ea8bda2ed8a5 Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Fri, 15 Jul 2005 04:23:06 +0000 Subject: [PATCH] Moved from component header. This commit was SVN r6511. --- orte/mca/soh/bproc/soh_bproc.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/orte/mca/soh/bproc/soh_bproc.h b/orte/mca/soh/bproc/soh_bproc.h index 3226746768..48923be2d5 100644 --- a/orte/mca/soh/bproc/soh_bproc.h +++ b/orte/mca/soh/bproc/soh_bproc.h @@ -28,6 +28,15 @@ extern "C" { #endif +/** + * Bproc node registry keys + */ +#define ORTE_SOH_BPROC_NODE_STATUS "orte-node-bproc-status" +#define ORTE_SOH_BPROC_NODE_MODE "orte-node-bproc-mode" +#define ORTE_SOH_BPROC_NODE_USER "orte-node-bproc-user" +#define ORTE_SOH_BPROC_NODE_GROUP "orte-node-bproc-group" + + /** * Module init/fini */