Use generic lists for events.

Use the new generic list implementation instead of those insane "next"
pointers in events. Includes some cleanups.

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
Lukas Fleischer
2011-04-14 11:28:22 +02:00
parent 1de34587ab
commit 6f883c0f3f
7 changed files with 105 additions and 121 deletions

View File

@@ -75,6 +75,9 @@ main (int argc, char **argv)
apoint_llist_init ();
recur_apoint_llist_init ();
/* Initialize non-thread-safe data structures. */
event_llist_init ();
/*
* Begin by parsing and handling command line arguments.
* The data path is also initialized here.