diff options
| author | Qiuwen Lu <[email protected]> | 2017-07-13 20:28:54 +0800 |
|---|---|---|
| committer | Qiuwen Lu <[email protected]> | 2017-07-13 20:28:54 +0800 |
| commit | 7fd1a99b7734863dea2530cbbd2e9c258bced90f (patch) | |
| tree | 0ce11ac10aae513ab8643342cb03d7a989fab339 /app/include/sendpath.h | |
| parent | 8b293cd318757ba9d863bcc499c903101d6bb8e4 (diff) | |
增加BPFDUMP功能,支持在应用层面通过TAP虚拟设备导出报文。该功能为调试功能,通过配置文件启用。v4.2.4-20170717
Diffstat (limited to 'app/include/sendpath.h')
| -rw-r--r-- | app/include/sendpath.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/include/sendpath.h b/app/include/sendpath.h index 03c17f6..df7f43b 100644 --- a/app/include/sendpath.h +++ b/app/include/sendpath.h @@ -44,6 +44,8 @@ struct mr_sendpath struct vdev_instance * target_vdi; /* Instance */ struct mr_instance * instance; + /* __VDEV */ + struct mr_vdev * vdev; }; struct __mr_sendpath_vdev |
