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 ) {