mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00
Move iosource code to zeek namespaces
This commit is contained in:
parent
45b5c6e619
commit
be92bd536f
35 changed files with 180 additions and 136 deletions
|
@ -8,7 +8,7 @@ extern "C" {
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
namespace zeek::detail {
|
||||
namespace zeek::iosource::detail {
|
||||
|
||||
// BPF_Programs are an abstraction around struct bpf_program,
|
||||
// to create a clean facility for creating, compiling, and
|
||||
|
@ -56,6 +56,6 @@ protected:
|
|||
struct bpf_program m_program;
|
||||
};
|
||||
|
||||
} // namespace zeek::detail
|
||||
} // namespace zeek::iosource::detail
|
||||
|
||||
using BPF_Program [[deprecated("Remove in v4.1. Use zeek::detail::BPF_Program.")]] = zeek::detail::BPF_Program;
|
||||
using BPF_Program [[deprecated("Remove in v4.1. Use zeek::iosource::detail::BPF_Program.")]] = zeek::iosource::detail::BPF_Program;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue