1
1

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.
Этот коммит содержится в:
Tim Woodall 2005-06-15 15:08:58 +00:00
родитель d6716465d3
Коммит 22a946d789

Просмотреть файл

@ -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