Public Types | |
| enum | { Idle, Busy, Done } |
Data Fields | |
| Proxy * | nextPtr |
| Pool * | poolPtr |
| enum Proxy:: { ... } | state |
| char | id [16] |
| Proc * | procPtr |
| Tcl_HashEntry * | idPtr |
| Tcl_HashEntry * | cntPtr |
| Tcl_DString | in |
| anonymous enum |
| struct Proxy* Proxy::nextPtr |
| struct Pool* Proxy::poolPtr |
Next in list of avail proxies.
| enum { ... } Proxy::state |
Pointer to proxy's pool.
| char Proxy::id[16] |
Proxy unique string id.
| Tcl_HashEntry* Proxy::idPtr |
Running child process, if any.
| Tcl_HashEntry* Proxy::cntPtr |
Pointer to proxy table entry.
| Tcl_DString Proxy::in |
Pointer to count of proxies allocated.
1.5.1