Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bcc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
bcc
Commits
7671594f
Commit
7671594f
authored
Oct 29, 2016
by
Teng Qin
Committed by
4ast
Oct 29, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use headers from BCC in installed files (#793)
parent
8e6109bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/cc/compat/linux/bpf.h
src/cc/compat/linux/bpf.h
+1
-1
src/cc/libbpf.h
src/cc/libbpf.h
+1
-1
No files found.
src/cc/compat/linux/bpf.h
View file @
7671594f
...
...
@@ -8,7 +8,7 @@
#define _UAPI__LINUX_BPF_H__
#include <linux/types.h>
#include
<linux/bpf_common.h>
#include
"bpf_common.h"
/* Extended instruction set based on top of classic BPF */
...
...
src/cc/libbpf.h
View file @
7671594f
...
...
@@ -18,7 +18,7 @@
#ifndef LIBBPF_H
#define LIBBPF_H
#include
<linux/bpf.h>
#include
"compat/linux/bpf.h"
#ifdef __cplusplus
extern
"C"
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment