struct
Channel |
|
{
|
|
volatile struct Linkable; |
node
|
volatile int
|
channel_flags;
|
int
|
type;
|
int
|
pid;
|
volatlile struct
Signal
|
ch_signal;
|
char
|
name[64]; |
volatile struct Linkable
|
IOBase; |
volatile struct
Signal
|
io_external_signa[IO_THREAD_NUMBER]l; |
volatile struct
HyperLinkedList
|
io_list[IO_THREAD_NUMBER[IO_THREAD_NUMBER]];
|
volatile struct
NetXecThread
|
io_thread[IO_THREAD_NUMBER]
|
volatile
void
|
*io_lock[IO_THREAD_NUMBER]
|
volatile struct
RunInfo
|
thread_runinfo[IO_THREAD_NUMBER] |
}
|
|