From 22a946d78951736e7c5e7330955e5b630fd364dc Mon Sep 17 00:00:00 2001 From: Tim Woodall Date: Wed, 15 Jun 2005 15:08:58 +0000 Subject: [PATCH] add priority bit to descriptor flags fields for high priority (e.g. control) messages the bmi should attempt to deliver these at a higher priority than other traffic This commit was SVN r6063. --- src/mca/bmi/bmi.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mca/bmi/bmi.h b/src/mca/bmi/bmi.h index de35ebbb31..3a560804bb 100644 --- a/src/mca/bmi/bmi.h +++ b/src/mca/bmi/bmi.h @@ -180,6 +180,7 @@ OBJ_CLASS_DECLARATION(mca_bmi_base_descriptor_t); #define MCA_BMI_DES_FLAGS_BMI 0x0001 #define MCA_BMI_DES_FLAGS_PML 0x0002 +#define MCA_BMI_DES_FLAGS_PRIORITY 0x0004 #define MCA_BMI_DES_MAX_SEGMENTS 16