The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Loading...
Searching...
No Matches
cron.h
Go to the documentation of this file.
2
3typedef struct {
4 unsigned int min;
5 unsigned int max;
6
7 bool wildcard;
8 size_t offset;
9
10 uint64_t fields;
12
bool wildcard
Definition cron.h:7
unsigned int max
Definition cron.h:5
unsigned int min
Definition cron.h:4
uint64_t fields
Definition cron.h:10
size_t offset
Definition cron.h:8