From f34010af6288cfc0dd2d7480a3ef0d1b2f26c48b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torsten=20B=C3=B6gershausen?= Date: Thu, 8 Oct 2015 07:00:32 +0200 Subject: [PATCH] Add ASYN_TRACE_INFO In case that the traces ASYN_TRACE_FLOW or ASYN_TRACEIO_DRIVER are too spammy, add ASYN_TRACE_INFO This can be used to trace commands send to a device like a motor, or selective status changes. --- asyn/asynDriver/asynDriver.h | 1 + 1 file changed, 1 insertion(+) diff --git a/asyn/asynDriver/asynDriver.h b/asyn/asynDriver/asynDriver.h index 72ec2c3d3..d4b5bcac6 100644 --- a/asyn/asynDriver/asynDriver.h +++ b/asyn/asynDriver/asynDriver.h @@ -188,6 +188,7 @@ typedef struct asynLockPortNotify { #define ASYN_TRACEIO_DRIVER 0x0008 #define ASYN_TRACE_FLOW 0x0010 #define ASYN_TRACE_WARNING 0x0020 +#define ASYN_TRACE_INFO 0x0040 /* traceIO mask definitions*/ #define ASYN_TRACEIO_NODATA 0x0000