| Included in: | src/cmd_events.c |
| src/read_events.c | |
| src/run_event.c | |
| src/ubs-event.c | |
| src/ubs.c |
struct event
| struct event | |
| { | |
| char name[128]; | The name of the event. Right now, this is a reference to PREFIX/bin/NAME, where NAME is what would go here |
| char logfile[1024]; | File to log to |
| int mins; | The time which the event takes place, in terms of minutes in an hour (0-59) |
| int hrs; | The time event occurs, in hours. If this is -1, (undefined), the event should occur every hour |
| } |
| Included from | include/ubs.h |
| Included from | include/ubs.h |
| Included from | include/ubs.h |
| Included from | include/ubs.h |
struct event* ALLEVENTS