mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
&is_set => &is_assigned
This commit is contained in:
parent
d71675a7dc
commit
c991c54690
16 changed files with 22 additions and 22 deletions
|
@ -46,7 +46,7 @@ enum AttrTag {
|
|||
ATTR_BROKER_STORE_ALLOW_COMPLEX, // for Broker store backed tables
|
||||
ATTR_BACKEND, // for Broker store backed tables
|
||||
ATTR_DEPRECATED,
|
||||
ATTR_IS_SET, // to suppress warnings
|
||||
ATTR_IS_ASSIGNED, // to suppress warnings
|
||||
NUM_ATTRS // this item should always be last
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue