This commit is contained in:
yunwei37
2024-08-10 08:32:58 +00:00
parent 05b0bc023e
commit 38e1ba9ee4
7 changed files with 10 additions and 10 deletions

View File

@@ -207,7 +207,7 @@
<h3 id="1-数据结构定义-signalh"><a class="header" href="#1-数据结构定义-signalh">1. 数据结构定义 (<code>signal.h</code>)</a></h3>
<p>signal.h</p>
<pre><code class="language-c">// Simple message structure to get events from eBPF Programs
// in the kernel to user spcae
// in the kernel to user space
#define TASK_COMM_LEN 16
struct event {
int pid;