use the new create channel interface similar to the other ca example

This commit is contained in:
Jeff Hill
2002-08-22 00:01:55 +00:00
parent cb9b81cdad
commit dbd2d00699

View File

@@ -108,7 +108,7 @@ int main(int argc,char **argv)
for(i=0; i<npv; i++) {
SEVCHK(ca_create_channel(pname[i],connectionCallback,
&pmynode[i],20,&pmynode[i]->mychid),
"ca_search_and_connect");
"ca_create_channel");
SEVCHK(ca_replace_access_rights_event(pmynode[i]->mychid,
accessRightsCallback),
"ca_replace_access_rights_event");