The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
src
listen
cron
cron.h
Go to the documentation of this file.
1
typedef
struct
proto_cron_tab_s
proto_cron_crontab_t
;
2
3
typedef
struct
{
4
unsigned
int
min
;
5
unsigned
int
max
;
6
7
bool
wildcard
;
8
size_t
offset
;
9
10
uint64_t
fields
;
11
}
cron_tab_t
;
12
cron_tab_t::wildcard
bool wildcard
Definition:
cron.h:7
cron_tab_t::max
unsigned int max
Definition:
cron.h:5
cron_tab_t::min
unsigned int min
Definition:
cron.h:4
cron_tab_t::fields
uint64_t fields
Definition:
cron.h:10
cron_tab_t::offset
size_t offset
Definition:
cron.h:8
cron_tab_t
Definition:
cron.h:3
proto_cron_tab_s
Definition:
proto_cron_crontab.c:66
Generated by
1.9.1