2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

Blocking.pm: allw to access formaryl private data (Forum #73490)

git-svn-id: https://svn.fhem.de/fhem/trunk@14648 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2017-07-05 07:02:09 +00:00
parent 6b14865e13
commit 5e1e89fe95

View File

@ -26,8 +26,8 @@ sub BlockingKill($);
sub BlockingInformParent($;$$);
sub BlockingStart(;$);
our $BC_telnetDevice;
our %BC_hash;
use vars qw($BC_telnetDevice);
use vars qw(%BC_hash);
my $telnetClient;
my $bc_pid = 0;