From c449d85fbc3aa8492905fee90b9b7854941564c9 Mon Sep 17 00:00:00 2001 From: ian Date: Mon, 14 Jul 2008 21:19:38 +0000 Subject: [PATCH] get globals right for permanently open serchan --- hostside/multiplex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hostside/multiplex b/hostside/multiplex index 4284bc7..a15dcda 100755 --- a/hostside/multiplex +++ b/hostside/multiplex @@ -273,7 +273,7 @@ proc global/!realtime {conn args} { } proc realtime-retry-reset {} { - global realtime_retry + global realtime_retry serchan if {![info exists realtime_retry]} return if {![llength $realtime_retry]} return manyset $realtime_retry timeoutid @@ -291,7 +291,7 @@ proc realtime-retry-check {} { } proc realtime-retry-realtime-failed {} { - global realtime_retry dev_railway serchan + global realtime_retry serchan if {![info exists realtime_retry]} return if {[llength $realtime_retry]} { error "huh? $realtime_retry" } fileevent $serchan readable realtime-retry-serchan-readable @@ -813,6 +813,7 @@ proc binding {addr blist} { proc startup {} { global queueing executing testmode realtime port urandom serchan + global dev_railway catch { close $master }; catch { unset master } setting testmode 0 {[01]} -- 2.30.2