From 55c4981d4d0d44e3166288e5eb02d72db7b54a63 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 15 Oct 2001 21:54:41 +0000 Subject: [PATCH] match new cac api --- src/db/dbServiceIO.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/dbServiceIO.cpp b/src/db/dbServiceIO.cpp index 518a19e25..90c675368 100644 --- a/src/db/dbServiceIO.cpp +++ b/src/db/dbServiceIO.cpp @@ -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 ); }