From c71c933f98d03307fcdcb06010ed090e87d5d212 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 6 May 1998 21:52:09 +0000 Subject: [PATCH] improved doc --- src/ca/cadef.h | 2 +- src/include/cadef.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ca/cadef.h b/src/ca/cadef.h index ef4726ebf..057114f90 100644 --- a/src/ca/cadef.h +++ b/src/ca/cadef.h @@ -278,7 +278,7 @@ epicsShareFunc void epicsShareAPI ca_test_event struct exception_handler_args{ void *usr; /* User argument supplied when event added */ struct channel_in_use - *chid; /* Channel id */ + *chid; /* Channel id (may be NULL) */ long type; /* Requested type for the operation */ long count; /* Requested count for the operation */ void *addr; /* User's address to write results of CA_OP_GET */ diff --git a/src/include/cadef.h b/src/include/cadef.h index ef4726ebf..057114f90 100644 --- a/src/include/cadef.h +++ b/src/include/cadef.h @@ -278,7 +278,7 @@ epicsShareFunc void epicsShareAPI ca_test_event struct exception_handler_args{ void *usr; /* User argument supplied when event added */ struct channel_in_use - *chid; /* Channel id */ + *chid; /* Channel id (may be NULL) */ long type; /* Requested type for the operation */ long count; /* Requested count for the operation */ void *addr; /* User's address to write results of CA_OP_GET */