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 */