From 1611bc40f764afdd20e0cab143e770fde7308ae5 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 4 Jun 2001 23:16:25 +0000 Subject: [PATCH] set default number of channels guess --- src/ca/oldCAC.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ca/oldCAC.cpp b/src/ca/oldCAC.cpp index edbe215d3..a9d98d280 100644 --- a/src/ca/oldCAC.cpp +++ b/src/ca/oldCAC.cpp @@ -20,8 +20,9 @@ #include "oldAccess.h" -oldCAC::oldCAC ( bool enablePreemptiveCallback ) : - clientCtx ( * new cac ( *this, enablePreemptiveCallback ) ), +oldCAC::oldCAC ( bool enablePreemptiveCallback, + unsigned maxNumberOfChannels ) : + clientCtx ( * new cac ( *this, enablePreemptiveCallback, maxNumberOfChannels ) ), ca_exception_func ( 0 ), ca_exception_arg ( 0 ), pVPrintfFunc ( errlogVprintf ), fdRegFunc ( 0 ), fdRegArg ( 0 ) {