Skip to content

Commit 51a6c1e

Browse files
ralphlangesimon-ess
authored andcommitted
Add HAS_... macro for changed caPutLogInit() API
1 parent b39e911 commit 51a6c1e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

caPutLogApp/caPutLog.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ extern "C" {
1717
#define caPutLogAll 1 /* log all puts */
1818
#define caPutLogAllNoFilter 2 /* log all puts no filtering on same PV*/
1919

20+
/* Make API change in R4.1 detectable */
21+
#define HAS_caPutLogInit_arg3timeout
22+
2023
epicsShareFunc int caPutLogInit (const char *addr_str, int config, double timeout);
2124
epicsShareFunc int caPutLogReconf (int config, double timeout);
2225
epicsShareFunc void caPutLogShow (int level);

0 commit comments

Comments
 (0)