We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50032df commit 3e0f965Copy full SHA for 3e0f965
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