match new cac api

This commit is contained in:
Jeff Hill
2001-10-15 21:54:41 +00:00
parent db6b7367cd
commit 55c4981d4d

View File

@@ -182,7 +182,7 @@ void dbServiceIO::callStateNotify ( struct dbAddr & addr,
extern "C" void cacAttachClientCtx ( void * pPrivate )
{
int status = ca_attach_context ( (struct ca_client_context *) pPrivate );
int status = ca_attach_context ( (ca_client_context *) pPrivate );
assert ( status == ECA_NORMAL );
}