Make timeq_init() automatic.
[srvx.git] / ChangeLog
index f111a6ff306dc6e0dd4b2566dfb5360db264de9f..3697b8c091015b4e5ce4a44793c2d842feff2498 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,27 @@
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2006/srvx--devo--1.3
 #
 
+2006-10-04 01:41:05 GMT        Michael Poole <mdpoole@troilus.org>     patch-54
+
+    Summary:
+      Make timeq_init() automatic.
+    Revision:
+      srvx--devo--1.3--patch-54
+
+    src/main.c (main): Remove call to timeq_init().
+    
+    src/timeq.h (timeq_init): Remove declaration.
+    
+    src/timeq.c (timeq_cleanup): Assign NULL to timeq to handle late timeq_del() calls.
+      (timeq_init): Make static.
+      (timeq_next): If timeq is NULL, return a large positive number.
+      (timeq_add): If timeq is NULL, initialize it.
+      (timeq_del): If timeq is NULL, do nothing.
+
+    modified files:
+     ChangeLog src/main.c src/timeq.c src/timeq.h
+
+
 2006-10-04 01:37:40 GMT        Michael Poole <mdpoole@troilus.org>     patch-53
 
     Summary: