mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
Move Dictionary/PDict, List/PList, and Queue/PQueue to zeek namespace
This commit is contained in:
parent
4a1e17f4e0
commit
464efbe66a
30 changed files with 172 additions and 138 deletions
|
@ -29,8 +29,7 @@ using ListValPtr = zeek::IntrusivePtr<ListVal>;
|
|||
using TableValPtr = zeek::IntrusivePtr<TableVal>;
|
||||
}
|
||||
|
||||
|
||||
typedef PList<DNS_Mgr_Request> DNS_mgr_request_list;
|
||||
using DNS_mgr_request_list = zeek::PList<DNS_Mgr_Request>;
|
||||
|
||||
struct nb_dns_info;
|
||||
struct nb_dns_result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue