X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drl%2Fcalendar.h;h=ecb3b413d139d70060fec80adc977cec99552665;hb=ef996ac4c4bd1aaaf5ccaba5012a799527a7a372;hp=717c8a2f4e890860254597a5313bb0e006df9c13;hpb=0be9704d6b24d09ebd55beedec52758cb88c570b;p=distributedratelimiting.git diff --git a/drl/calendar.h b/drl/calendar.h index 717c8a2..ecb3b41 100644 --- a/drl/calendar.h +++ b/drl/calendar.h @@ -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_ */