X-Git-Url: http://git.onelab.eu/?p=distributedratelimiting.git;a=blobdiff_plain;f=drl%2Fcalendar.h;h=ecb3b413d139d70060fec80adc977cec99552665;hp=717c8a2f4e890860254597a5313bb0e006df9c13;hb=f83340496f632165030cc92cd98408a87082f6b1;hpb=74f52acf84cbf11faab8aa53e069464063ce11b9 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_ */