22#ifndef _MTIME_EVENTLIST_H
23#define _MTIME_EVENTLIST_H
30void deallocateEventsInGroup(
struct _eventGroup *eg);
34bool removeEventWithNameFromGroup(
char *nodeName,
struct _eventGroup *eg);
struct _event defines events. Events are set to be triggered at pre-specified intervals.
Definition mtime_eventHandling.h:75
struct _eventGroup defines an Event-group. Each event group has an associated list of events....
Definition mtime_eventHandling.h:46