mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-14 22:51:13 +02:00
2020-02-18 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in the implmenetation of the 'Set Serial Trap' ['SI'] RML that could cause deadlocks and intermittent operation.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Rivendell Interprocess Communication Daemon
|
||||
//
|
||||
// (C) Copyright 2002-2019 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2020 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -125,6 +125,13 @@ MainObject::MainObject(QObject *parent)
|
||||
connect(ripc_macro_timer[i],SIGNAL(timeout()),mapper,SLOT(map()));
|
||||
}
|
||||
|
||||
//
|
||||
// TTY Ready Read Mapper
|
||||
//
|
||||
ripcd_tty_ready_read_mapper=new QSignalMapper(this);
|
||||
connect(ripcd_tty_ready_read_mapper,SIGNAL(mapped(int)),
|
||||
this,SLOT(ttyReadyReadData(int)));
|
||||
|
||||
ripcd_host_addr=rda->station()->address();
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user