From 515f5c811cb6d006c94d0b0e4b2a20746982a774 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 26 Apr 2002 01:23:59 +0000 Subject: [PATCH] added comment --- src/ca/caProto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca/caProto.h b/src/ca/caProto.h index 0219a79ff..9733d5873 100644 --- a/src/ca/caProto.h +++ b/src/ca/caProto.h @@ -51,7 +51,7 @@ # define CA_V46(MINOR) ((MINOR)>=6u) # define CA_V47(MINOR) ((MINOR)>=7u) # define CA_V48(MINOR) ((MINOR)>=8u) -# define CA_V49(MINOR) ((MINOR)>=9u) /* large arrays */ +# define CA_V49(MINOR) ((MINOR)>=9u) /* large arrays, dispatch priorities */ # define CA_V410(MINOR) ((MINOR)>=10u) /* beacon counter */ #elif CA_MAJOR_PROTOCOL_REVISION > 4u # define CA_V41(MINOR) ( 1u )