mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
Replace most uses of typedef with using for type aliasing
This commit is contained in:
parent
7101f30646
commit
64748edab1
44 changed files with 100 additions and 101 deletions
|
@ -37,7 +37,7 @@ enum ip_addr_anonymization_method_t
|
|||
NUM_ADDR_ANONYMIZATION_METHODS,
|
||||
};
|
||||
|
||||
typedef uint32_t ipaddr32_t;
|
||||
using ipaddr32_t = uint32_t;
|
||||
|
||||
// NOTE: all addresses in parameters of *public* functions are in
|
||||
// network order.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue