Lots of changes. In no particular order:
[distributedratelimiting.git] / drl / calendar.h
index 717c8a2..ecb3b41 100644 (file)
@@ -10,9 +10,8 @@
 #define SCHEDLEN (1 << SCHEDBITS)
 #define SCHEDMASK (SCHEDLEN - 1)
 
-/** Defines a struct ident_calendar whose elements are of type struct identity
- * (identity_t) */
-TAILQ_HEAD(ident_calendar, identity);
-
+/** Defines a struct ident_calendar whose elements are of type struct
+ * ident_action. */
+TAILQ_HEAD(ident_calendar, ident_action);
 
 #endif  /* _CALENDAR_H_ */