mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
all: Change to use Func::GetName()
This commit is contained in:
parent
71e9c8d436
commit
77b9510c8a
13 changed files with 29 additions and 31 deletions
|
@ -121,7 +121,7 @@ ScriptProfileMgr::~ScriptProfileMgr() {
|
|||
auto func = body_to_func[o];
|
||||
|
||||
if ( func_stats.count(func) == 0 )
|
||||
func_stats[func] = ScriptProfileStats(func->Name());
|
||||
func_stats[func] = ScriptProfileStats(func->GetName());
|
||||
|
||||
func_stats[func].AddIn(p);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue