diff options
Diffstat (limited to 'example')
-rwxr-xr-x | example/testCongestionTk.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/example/testCongestionTk.pl b/example/testCongestionTk.pl index aa3d21a..cc6e511 100755 --- a/example/testCongestionTk.pl +++ b/example/testCongestionTk.pl @@ -73,8 +73,9 @@ if (exists ($options{send})) { $bus->start (); -$bus->mainLoop (); +#$bus->mainLoop (); #Tk::MainLoop (); +Ivy::mainLoop (); # PROCEDURES |