mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2018-03-11 Fred Gleason <fredg@paravelsystems.com>
* Converted ripcd(8) to use RDApplication. * Documented a 'Notification' message type in 'docs/apis/notification.xml'. * Added an 'RDMulticaster' class. * Added an 'mcast_recv_test' program in 'tests/'. * Added a 'SYSTEM.NOTIFICATION_ADDRESS' field to the database. * Incremented the database version to 276. * Added an 'Mcast Address for Notifications' control to the 'System-Wide Settings' dialog in rdadmin(1). * Implemented the 'Process Notification' ['ON'] command in ripcd(8). * Added an 'RDRipc::sendNotification()' method. * Added an 'RDRipc::notificationReceived()' signal.
This commit is contained in:
@@ -21,17 +21,14 @@
|
||||
#ifndef GLOBALS_H
|
||||
#define GLOBALS_H
|
||||
|
||||
#include <rdcae.h>
|
||||
#include <rdstation.h>
|
||||
#include <qstring.h>
|
||||
|
||||
#include <rd.h>
|
||||
#include <rdconfig.h>
|
||||
|
||||
//
|
||||
// Global Objects
|
||||
//
|
||||
extern RDConfig *ripcd_config;
|
||||
extern RDCae *rdcae;
|
||||
extern RDStation *rdstation;
|
||||
extern QString ripcd_active_locks[MAX_MATRICES];
|
||||
extern void LogLine(RDConfig::LogPriority prio,const QString &line);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user