We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73b9e10 commit dc40c37Copy full SHA for dc40c37
caPutLogApp/caPutLog.h
@@ -17,6 +17,9 @@ extern "C" {
17
#define caPutLogAll 1 /* log all puts */
18
#define caPutLogAllNoFilter 2 /* log all puts no filtering on same PV*/
19
20
+/* Make API change in R4.1 detectable */
21
+#define HAS_caPutLogInit_arg3timeout
22
+
23
epicsShareFunc int caPutLogInit (const char *addr_str, int config, double timeout);
24
epicsShareFunc int caPutLogReconf (int config, double timeout);
25
epicsShareFunc void caPutLogShow (int level);
0 commit comments