diff options
| author | dgp <dgp@users.sourceforge.net> | 2012-06-11 22:25:57 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2012-06-11 22:25:57 (GMT) |
| commit | 695934f8e88ee49c06e99695a13df72a312913f6 (patch) | |
| tree | 6a45cf13fc11076c7e753f5bd0c80c7d3a72eecf /generic/tclFileSystem.h | |
| parent | da206716d027775cf443cf2f3be8acb1949ac398 (diff) | |
| download | tcl-695934f8e88ee49c06e99695a13df72a312913f6.zip tcl-695934f8e88ee49c06e99695a13df72a312913f6.tar.gz tcl-695934f8e88ee49c06e99695a13df72a312913f6.tar.bz2 | |
First draft patch to fix Bug 3024359. No reliable test yet.
Diffstat (limited to 'generic/tclFileSystem.h')
| -rw-r--r-- | generic/tclFileSystem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclFileSystem.h b/generic/tclFileSystem.h index 2d6f046..97e73fe 100644 --- a/generic/tclFileSystem.h +++ b/generic/tclFileSystem.h @@ -52,6 +52,7 @@ typedef struct ThreadSpecificData { Tcl_Obj *cwdPathPtr; ClientData cwdClientData; FilesystemRecord *filesystemList; + int claims; } ThreadSpecificData; /* |
