mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 11:38:20 +00:00
Move Func and associated classes into zeek::detail namespace
This commit is contained in:
parent
937a462e70
commit
d6f1ea16ac
51 changed files with 516 additions and 453 deletions
|
@ -9,10 +9,10 @@
|
|||
#include <sys/resource.h>
|
||||
#include <stdint.h>
|
||||
|
||||
class Func;
|
||||
class Location;
|
||||
class BroFile;
|
||||
|
||||
ZEEK_FORWARD_DECLARE_NAMESPACED(Func, zeek::detail);
|
||||
ZEEK_FORWARD_DECLARE_NAMESPACED(TableVal, zeek);
|
||||
|
||||
// Object called by SegmentProfiler when it is done and reports its
|
||||
|
@ -94,7 +94,7 @@ public:
|
|||
|
||||
// These are called to report that a given function or location
|
||||
// has been seen during the sampling.
|
||||
void FunctionSeen(const Func* func);
|
||||
void FunctionSeen(const zeek::detail::Func* func);
|
||||
void LocationSeen(const Location* loc);
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue