mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00
SyncTables: address feedback part 1 - naming (broker and zeek)
This commit fixes capitalization issues.
This commit is contained in:
parent
1888d6acae
commit
6d2aa84952
11 changed files with 35 additions and 36 deletions
|
@ -42,9 +42,9 @@ enum AttrTag {
|
|||
ATTR_TYPE_COLUMN, // for input framework
|
||||
ATTR_TRACKED, // hidden attribute, tracked by NotifierRegistry
|
||||
ATTR_ON_CHANGE, // for table change tracking
|
||||
ATTR_BROKER_STORE, // for broker-store backed tables
|
||||
ATTR_BROKER_STORE_ALLOW_COMPLEX, // for broker-store backed tables
|
||||
ATTR_BACKEND, // for broker-store backed tabled
|
||||
ATTR_BROKER_STORE, // for Broker store backed tables
|
||||
ATTR_BROKER_STORE_ALLOW_COMPLEX, // for Broker store backed tables
|
||||
ATTR_BACKEND, // for Broker store backed tabled
|
||||
ATTR_DEPRECATED,
|
||||
NUM_ATTRS // this item should always be last
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue