added ca_context_status()

This commit is contained in:
Jeff Hill
2002-07-09 23:57:16 +00:00
parent 720283754d
commit 90469883ea
2 changed files with 8 additions and 1 deletions
+6
View File
@@ -1036,6 +1036,12 @@ int epicsShareAPI ca_client_status ( unsigned level )
return ECA_NORMAL;
}
int epicsShareAPI ca_context_status ( ca_client_context * pcac, unsigned level )
{
pcac->show ( level );
return ECA_NORMAL;
}
/*
* ca_current_context ()
*
+2 -1
View File
@@ -929,7 +929,8 @@ epicsShareFunc ca_client_context * epicsShareAPI ca_current_context ();
epicsShareFunc int epicsShareAPI ca_attach_context ( ca_client_context * context );
epicsShareFunc int epicsShareAPI ca_client_status (unsigned level);
epicsShareFunc int epicsShareAPI ca_client_status ( unsigned level );
epicsShareFunc int epicsShareAPI ca_context_status ( ca_client_context *, unsigned level );
epicsShareFunc void epicsShareAPI ca_self_test ();