Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Terzolo <[email protected]>
  • Loading branch information
Andreagit97 committed Oct 3, 2023
1 parent 3879f58 commit 1edd185
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions userspace/libsinsp/threadinfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,9 @@ sinsp_threadinfo* sinsp_threadinfo::get_parent_thread()
return m_inspector->get_thread_ref(m_ptid, false).get();
}

#ifndef _WIN32
static re2::RE2 pattern(RGX_POD, re2::RE2::POSIX);
#endif

void sinsp_threadinfo::set_pod_uid()
{
Expand Down

0 comments on commit 1edd185

Please sign in to comment.