diff options
author | apnadkarni <apnmbx-wits@yahoo.com> | 2023-03-16 17:29:12 (GMT) |
---|---|---|
committer | apnadkarni <apnmbx-wits@yahoo.com> | 2023-03-16 17:29:12 (GMT) |
commit | 5655318f50b3bc51f8cba32759e01ae8c7694cc9 (patch) | |
tree | 00a3c065ecacd8eaed206f6dda391d4e9c82c54b /generic/tclIO.h | |
parent | a3c59e320df775f0d6849e5d3163292280b3b386 (diff) | |
parent | ae0471127efb9e3be2f45c25f91ba07f6a09eae5 (diff) | |
download | tcl-5655318f50b3bc51f8cba32759e01ae8c7694cc9.zip tcl-5655318f50b3bc51f8cba32759e01ae8c7694cc9.tar.gz tcl-5655318f50b3bc51f8cba32759e01ae8c7694cc9.tar.bz2 |
Merge 8.7
Diffstat (limited to 'generic/tclIO.h')
-rw-r--r-- | generic/tclIO.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/tclIO.h b/generic/tclIO.h index 2500fa3..109c770 100644 --- a/generic/tclIO.h +++ b/generic/tclIO.h @@ -188,6 +188,9 @@ typedef struct ChannelState { * handlers ("fileevent") on this channel. */ Tcl_Size bufSize; /* What size buffers to allocate? */ Tcl_TimerToken timer; /* Handle to wakeup timer for this channel. */ + Channel *timerChanPtr; /* Needed in order to decrement the refCount of + the right channel when the timer is + deleted. */ struct CopyState *csPtrR; /* State of background copy for which channel * is input, or NULL. */ struct CopyState *csPtrW; /* State of background copy for which channel |