From ce5ee089be182e0274239124ac8dafb390ba00e6 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 25 Apr 2002 18:05:06 +0000 Subject: [PATCH] document protocol revision uses --- src/ca/caProto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ca/caProto.h b/src/ca/caProto.h index 7028e29ee..0219a79ff 100644 --- a/src/ca/caProto.h +++ b/src/ca/caProto.h @@ -51,8 +51,8 @@ # define CA_V46(MINOR) ((MINOR)>=6u) # define CA_V47(MINOR) ((MINOR)>=7u) # define CA_V48(MINOR) ((MINOR)>=8u) -# define CA_V49(MINOR) ((MINOR)>=9u) -# define CA_V410(MINOR) ((MINOR)>=10u) /* beacon counter */ +# define CA_V49(MINOR) ((MINOR)>=9u) /* large arrays */ +# define CA_V410(MINOR) ((MINOR)>=10u) /* beacon counter */ #elif CA_MAJOR_PROTOCOL_REVISION > 4u # define CA_V41(MINOR) ( 1u ) # define CA_V42(MINOR) ( 1u )