(connect_wait_mask, num_pending_connects): Only
authorKim F. Storm <storm@cua.dk>
Mon, 1 Nov 2004 11:04:37 +0000 (11:04 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 1 Nov 2004 11:04:37 +0000 (11:04 +0000)
commitbad49fc7c2a55bd614979cf0e9c59b396ac2beb7
tree354b8949028a4ff9789a3ad52abe706c671cdb75
parentf6749d5d75ab07f8e63781ee396c1a89d8bd4305
(connect_wait_mask, num_pending_connects): Only
declare and use them if NON_BLOCKING_CONNECT is defined.
(IF_NON_BLOCKING_CONNECT): New helper macro.
(wait_reading_process_output): Only declare and use local vars
Connecting and check_connect when NON_BLOCKING_CONNECT is defined.
(init_process): Initialize them if NON_BLOCKING_CONNECT defined.
src/ChangeLog
src/process.c