From 5152152edb4d59016766cf838dab657e162d0de0 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 20 Apr 2001 19:39:45 +0000 Subject: [PATCH] added comment --- src/ca/cacIO.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ca/cacIO.h b/src/ca/cacIO.h index f80fc8e64..6c85841ab 100644 --- a/src/ca/cacIO.h +++ b/src/ca/cacIO.h @@ -127,6 +127,9 @@ public: virtual void initiateConnect () = 0; virtual void write ( unsigned type, unsigned long count, const void *pValue ) = 0; +// we may need to include an optimization for read copy here if we want to enable +// reasonable performance of the old API. Adding it here means that the outstanding IO +// count must be visible :-(. virtual ioStatus read ( unsigned type, unsigned long count, cacReadNotify &, ioid * = 0 ) = 0; virtual ioStatus write ( unsigned type, unsigned long count,