Commit 77340a1
committed
basic04: Switch back to old-style map definition
While updating libbpf, I also accidentally committed a change to the
basic04 lesson that started using the new btf-based map definition syntax.
This doesn't work with LLVM versions before v9, so let's revert this change
until we decide to require LLVM9 for the whole tutorial.
Fixes #85.
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>1 parent c553e5b commit 77340a1
1 file changed
Lines changed: 6 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
0 commit comments