#include <buckets.h>
struct bucketdef_struct Bucket definition
Definition at line 57 of file buckets.h.
◆ applies_to
char bucketdef_struct::applies_to |
'f'=every file, 'p'=packages only
Definition at line 69 of file buckets.h.
◆ bucket_agent_pk
int bucketdef_struct::bucket_agent_pk |
bucket agent_pk
Definition at line 71 of file buckets.h.
◆ bucket_name
char* bucketdef_struct::bucket_name |
◆ bucket_pk
int bucketdef_struct::bucket_pk |
◆ bucket_type
int bucketdef_struct::bucket_type |
1=MATCH_EVERY, 2=MATCH_ONLY, 3=REGEX, 4=EXEC, 5=REGEX-FILE, 99=Not in any other bucket.
Definition at line 61 of file buckets.h.
◆ compRegex
regex_t bucketdef_struct::compRegex |
compiled regex if type=3
Definition at line 63 of file buckets.h.
◆ dataFilename
char* bucketdef_struct::dataFilename |
◆ match_every
int** bucketdef_struct::match_every |
list of arrays of rf_pk's if type=1
Definition at line 66 of file buckets.h.
◆ match_only
int* bucketdef_struct::match_only |
array of rf_pk's if type=2
Definition at line 65 of file buckets.h.
◆ nomos_agent_pk
int bucketdef_struct::nomos_agent_pk |
nomos agent_pk whose results this bucket scan is using
Definition at line 70 of file buckets.h.
◆ regex
char* bucketdef_struct::regex |
◆ regex_row
array of regex_file_structs if type=5
Definition at line 67 of file buckets.h.
◆ stopon
char bucketdef_struct::stopon |
Y to stop procecessing if this bucket matches
Definition at line 68 of file buckets.h.
The documentation for this struct was generated from the following file: