|
The Assimilation Monitoring Project
|
Defines Heartbeat Sender interfaces. More...


Go to the source code of this file.
Data Structures | |
| struct | _HbSender |
| This is the base HbSender class. object - which sends heartbeats to particular listeners. More... | |
Typedefs | |
| typedef struct _HbSender | HbSender |
| #define | DEFAULT_DEADTIME 60 |
| WINEXPORT HbSender * | hbsender_new (NetAddr *, NetGSource *, guint interval, gsize hblisten_objsize) |
| Construct a new HbSender - setting up timeout data structures for it. More... | |
| WINEXPORT void | hbsender_stopsend (NetAddr *unlistenaddr) |
| Stop sending heartbeats to a particular address. More... | |
| WINEXPORT void | hbsender_stopallsenders (void) |
Defines Heartbeat Sender interfaces.
This file defines interfaces for the Heartbeat Sender class. It sends heartbeats to designated listeners - allowing them to be added and dropped at run time.
This file is part of the Assimilation Project.
The Assimilation software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with the Assimilation Project software. If not, see http://www.gnu.org/licenses/
Definition in file hbsender.h.
| #define DEFAULT_DEADTIME 60 |
Definition at line 49 of file hbsender.h.
Definition at line 32 of file hbsender.h.