diff --git a/src/ca/iocinf.h b/src/ca/iocinf.h index d085fa762..017afbc32 100644 --- a/src/ca/iocinf.h +++ b/src/ca/iocinf.h @@ -185,6 +185,8 @@ private: ~nciu (); // force pool allocation int issuePut ( ca_uint16_t cmd, unsigned id, chtype type, unsigned long count, const void *pvalue ); + void lock () const; + void unlock () const; }; class baseNMIU : public tsDLNode , @@ -710,6 +712,8 @@ public: void uninstallCASG (CASG &); void registerService ( cacServiceIO &service ); bool createChannelIO (const char *name_str, cacChannel &chan); + void lock () const; + void unlock () const; osiTimerQueue timerQueue; ELLLIST activeCASGOP;